X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_omdoc%2Fcontent.mli;h=c1122b8f2b2627d67dccd9ccd3fd4a4e0643af16;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=9a38ea4be5578d5c1a06fd2dac47d74c94272401;hpb=2f15a81dcd6e5ada3f1b4fa6300e9a1347c8d12c;p=helm.git diff --git a/helm/ocaml/cic_omdoc/content.mli b/helm/ocaml/cic_omdoc/content.mli index 9a38ea4be..c1122b8f2 100644 --- a/helm/ocaml/cic_omdoc/content.mli +++ b/helm/ocaml/cic_omdoc/content.mli @@ -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 } ;;