]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic/cic.ml
The `Record class now records also the name of the fields
[helm.git] / helm / ocaml / cic / cic.ml
index 23bb7661b0bb4d8b96340c032f73e67970760656..ba51157ff9f4aa24464733c0820f0b518e4d7119 100644 (file)
@@ -57,7 +57,8 @@ type object_class =
   [ `Coercion
   | `Elim of sort   (** elimination principle; if sort is Type, the universe is
                       * not relevant *)
-  | `Record         (** inductive type that encodes a record *)
+  | `Record of string list (** inductive type that encodes a record;
+                               the arguments are the record fields *)
   | `Projection     (** record projection *)
   ]