X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_omdoc%2Fcontent.ml;h=9687e53fc47133866ed63e006aa041e69611a1e6;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=748944cdf3c4650dd65c9ec3f74d51e993a516dc;hpb=48d41935cc96e8898cc5e3da98a1706294b7b411;p=helm.git diff --git a/helm/ocaml/cic_omdoc/content.ml b/helm/ocaml/cic_omdoc/content.ml index 748944cdf..9687e53fc 100644 --- a/helm/ocaml/cic_omdoc/content.ml +++ b/helm/ocaml/cic_omdoc/content.ml @@ -28,7 +28,7 @@ (* PROJECT HELM *) (* *) (* Andrea Asperti *) -(* 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