X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2Fcontent.ml;h=1e4cc88afa1532040ec534ae4c0560fe28999502;hb=68f3812e06c04ddd664e86dbfd3a1c32f96a22d1;hp=22733dcaa33248a7c03477653025ce9d34a21e9b;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/acic_content/content.ml b/helm/software/components/acic_content/content.ml index 22733dcaa..1e4cc88af 100644 --- a/helm/software/components/acic_content/content.ml +++ b/helm/software/components/acic_content/content.ml @@ -58,7 +58,8 @@ type 'term definition = { def_name : string option; def_id : id ; def_aref : string ; - def_term : 'term + def_term : 'term ; + def_type : 'term } ;; @@ -127,7 +128,7 @@ and 'term arg = Aux of string | Premise of premise | Lemma of lemma - | Term of 'term + | Term of bool * 'term | ArgProof of 'term proof | ArgMethod of string (* ???? *)