X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2Fcontent.mli;h=229d30749aeca977d6e6adbb4b96a496eea0e73f;hb=2da35c1dc1aff5f852886ac64d641774f2f187cf;hp=c1122b8f2b2627d67dccd9ccd3fd4a4e0643af16;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/acic_content/content.mli b/helm/software/components/acic_content/content.mli index c1122b8f2..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 } ;; @@ -116,7 +117,7 @@ and 'term arg = Aux of string | Premise of premise | Lemma of lemma - | Term of 'term + | Term of bool * 'term (* inferrable, term *) | ArgProof of 'term proof | ArgMethod of string (* ???? *)