]> 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 748944cdf3c4650dd65c9ec3f74d51e993a516dc..9687e53fc47133866ed63e006aa041e69611a1e6 100644 (file)
@@ -28,7 +28,7 @@
 (*                           PROJECT HELM                                 *)
 (*                                                                        *)
 (*                Andrea Asperti <asperti@cs.unibo.it>                    *)
-(*                             16/62003                                   *)
+(*                             16/6/2003                                  *)
 (*                                                                        *)
 (**************************************************************************)
 
@@ -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