X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Facic_content%2FcicNotationPt.ml;h=6ea1ec9175449da004407a76ce43f6265cbf1be9;hb=2499f5fdcf4dbfecc6f4fafe925b24ae76f14be8;hp=609fb9d2f24a08f362c2276afa16f8fa2f673737;hpb=f764844fa35ab0bb9c10707151340b924060f069;p=helm.git diff --git a/components/acic_content/cicNotationPt.ml b/components/acic_content/cicNotationPt.ml index 609fb9d2f..6ea1ec917 100644 --- a/components/acic_content/cicNotationPt.ml +++ b/components/acic_content/cicNotationPt.ml @@ -174,7 +174,7 @@ type obj = * will be given in proof editing mode using the tactical language, * unless the flavour is an Axiom *) - | Record of (string * term) list * string * term * (string * term * bool) list + | Record of (string * term) list * string * term * (string * term * bool * int) list (** left parameters, name, type, fields *) (** {2 Standard precedences} *)