]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/acic_content/cicNotationPt.ml
Big commit to let Ferruccio try the merge_coercion patch.
[helm.git] / helm / ocaml / acic_content / cicNotationPt.ml
index e3d5fc544b23b5368e730a4d971c028cc6e9a81e..d2a32c77918f8033459c173de4a002af15efed91 100644 (file)
@@ -171,7 +171,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} *)