]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/content.ml
metavariable context has a separator now
[helm.git] / helm / software / components / acic_content / content.ml
index 22733dcaa33248a7c03477653025ce9d34a21e9b..1e4cc88afa1532040ec534ae4c0560fe28999502 100644 (file)
@@ -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 (* ???? *)