]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/content.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_omdoc / content.ml
index ee7b8488d73bc9962f65809a4d3a152213c5e422..9687e53fc47133866ed63e006aa041e69611a1e6 100644 (file)
@@ -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