]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_omdoc/content.mli
added inductive_name field to inductive definitions so that this
[helm.git] / helm / ocaml / cic_omdoc / content.mli
index dcaa5c7b50aaf5473990f0d4c9e5c7eda1e00b57..9a38ea4be5578d5c1a06fd2dac47d74c94272401 100644 (file)
@@ -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