]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/content.ml
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / ocaml / cic_omdoc / content.ml
index 2f956d7d11a7aa59a026173900808112c38cc6cc..c3c2295ca3703370079e6145042eafafdec80484 100644 (file)
@@ -121,8 +121,9 @@ and 'term conclude_item =
        }
 
 and 'term arg =
-         Aux of int
+         Aux of string
        | Premise of premise
+       | Lemma of lemma
        | Term of 'term
        | ArgProof of 'term proof
        | ArgMethod of string (* ???? *)
@@ -133,6 +134,13 @@ and premise =
          premise_binder : string option;
          premise_n : int option;
        }
+
+and lemma =
+       { lemma_id: string;
+         lemma_name: string;
+         lemma_uri: string 
+       }
+
 ;;
  
 type 'term conjecture = id * int * 'term context * 'term