]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/content.mli
Very experimental commit: the type of the source is now required in LetIns
[helm.git] / helm / software / components / acic_content / content.mli
index c1122b8f2b2627d67dccd9ccd3fd4a4e0643af16..229d30749aeca977d6e6adbb4b96a496eea0e73f 100644 (file)
@@ -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 (* ???? *)