]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/content.ml
- Lemma added to the list of proof arguments
[helm.git] / helm / ocaml / cic_omdoc / content.ml
index a09e25cf2b3b46323192d4744e28fcaa95be7d4a..c3c2295ca3703370079e6145042eafafdec80484 100644 (file)
@@ -123,6 +123,7 @@ and 'term conclude_item =
 and 'term arg =
          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