]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/acic_content/cicNotationPt.ml
removed no longer used METAs
[helm.git] / helm / ocaml / acic_content / cicNotationPt.ml
index e3d5fc544b23b5368e730a4d971c028cc6e9a81e..a66aa5febb3aa86600fdf8320edb439fb98ed2d0 100644 (file)
@@ -23,6 +23,8 @@
  * http://helm.cs.unibo.it/
  *)
 
+(* $Id$ *)
+
 (** CIC Notation Parse Tree *)
 
 type binder_kind = [ `Lambda | `Pi | `Exists | `Forall ]
@@ -171,7 +173,7 @@ type obj =
        * - body is present when its given along with the command, otherwise it
        *   will be given in proof editing mode using the tactical language
        *)
-  | Record of (string * term) list * string * term * (string * term) list
+  | Record of (string * term) list * string * term * (string * term * bool) list
       (** left parameters, name, type, fields *)
 
 (** {2 Standard precedences} *)