X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Facic_content%2FcicNotationPt.ml;h=d2a32c77918f8033459c173de4a002af15efed91;hb=b52f57d8573a909a486d52a7317e017f56d07199;hp=e3d5fc544b23b5368e730a4d971c028cc6e9a81e;hpb=9a0e4f3be9f70662f18d2d3b6dd60ae79fba565b;p=helm.git diff --git a/helm/ocaml/acic_content/cicNotationPt.ml b/helm/ocaml/acic_content/cicNotationPt.ml index e3d5fc544..d2a32c779 100644 --- a/helm/ocaml/acic_content/cicNotationPt.ml +++ b/helm/ocaml/acic_content/cicNotationPt.ml @@ -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} *)