X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_omdoc%2Fcontent.ml;h=9687e53fc47133866ed63e006aa041e69611a1e6;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=ee7b8488d73bc9962f65809a4d3a152213c5e422;hpb=2e062d07e358eb95f0dcbec8fcdfbc2a4fb9ae1f;p=helm.git diff --git a/helm/ocaml/cic_omdoc/content.ml b/helm/ocaml/cic_omdoc/content.ml index ee7b8488d..9687e53fc 100644 --- a/helm/ocaml/cic_omdoc/content.ml +++ b/helm/ocaml/cic_omdoc/content.ml @@ -62,6 +62,7 @@ type 'term definition = type 'term inductive = { inductive_id : id ; + inductive_name : string; inductive_kind : bool; inductive_type : 'term; inductive_constructors : 'term declaration list