X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_omdoc%2Fcontent.mli;h=9a38ea4be5578d5c1a06fd2dac47d74c94272401;hb=6912a028bef118d8e9d7c2847200510a9b055c6a;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..9a38ea4be 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