X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2Fcontent.mli;h=229d30749aeca977d6e6adbb4b96a496eea0e73f;hb=f9abd21eb0d26cf9b632af4df819225be4d091e3;hp=546000330da51b7b4eaf63d5b6e8c21e63f57753;hpb=66929b8edb58d468a134b648466f3e9c45ba5c0e;p=helm.git diff --git a/helm/software/components/acic_content/content.mli b/helm/software/components/acic_content/content.mli index 546000330..229d30749 100644 --- a/helm/software/components/acic_content/content.mli +++ b/helm/software/components/acic_content/content.mli @@ -47,7 +47,8 @@ type 'term definition = { def_name : string option; def_id : id ; def_aref : string ; - def_term : 'term + def_term : 'term ; + def_type : 'term } ;;