]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/content.mli
- Lemma added to the list of proof arguments
[helm.git] / helm / ocaml / cic_omdoc / content.mli
index 813a31053df36cbccca8dda5f1fbb5633ea86313..a672cd83cffb8c6176f70511ba6b34c06b5c46fc 100644 (file)
@@ -114,6 +114,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 (* ???? *)
@@ -124,6 +125,12 @@ 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