X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_omdoc%2Fcontent.mli;h=c1122b8f2b2627d67dccd9ccd3fd4a4e0643af16;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=dcaa5c7b50aaf5473990f0d4c9e5c7eda1e00b57;hpb=baf2af66b4576f02316bb1f87c024d692b990d59;p=helm.git diff --git a/helm/ocaml/cic_omdoc/content.mli b/helm/ocaml/cic_omdoc/content.mli index dcaa5c7b5..c1122b8f2 100644 --- a/helm/ocaml/cic_omdoc/content.mli +++ b/helm/ocaml/cic_omdoc/content.mli @@ -53,6 +53,7 @@ type 'term definition = type 'term inductive = { inductive_id : id ; + inductive_name : string; inductive_kind : bool; inductive_type : 'term; inductive_constructors : 'term declaration list @@ -99,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 ] @@ -129,7 +130,7 @@ and premise = and lemma = { lemma_id: id; lemma_name : string; - lemma_uri: string + lemma_uri: string } ;;