]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/content.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_omdoc / content.mli
index 9a38ea4be5578d5c1a06fd2dac47d74c94272401..c1122b8f2b2627d67dccd9ccd3fd4a4e0643af16 100644 (file)
@@ -100,7 +100,7 @@ type 'term proof =
 
 and 'term in_proof_context_element =
        [ 'term decl_context_element
-       | ('term,'term proof) def_context_element
+       | ('term,'term proof) def_context_element 
        | ('term,'term proof) joint_context_element
        ]
 
@@ -130,7 +130,7 @@ and premise =
 and lemma =
        { lemma_id: id;
          lemma_name : string;
-         lemma_uri: string 
+         lemma_uri: string
        }
 ;;