X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2FcicNotationPt.ml;h=c7659018127aed95d660f9a23d9a5dd19674336a;hb=a89360d64f1fcbba917ad743b97a2d973ecf6db2;hp=7e06fa5e82a722c990f0e021db87474f013bf528;hpb=68f3812e06c04ddd664e86dbfd3a1c32f96a22d1;p=helm.git diff --git a/helm/software/components/acic_content/cicNotationPt.ml b/helm/software/components/acic_content/cicNotationPt.ml index 7e06fa5e8..c76590181 100644 --- a/helm/software/components/acic_content/cicNotationPt.ml +++ b/helm/software/components/acic_content/cicNotationPt.ml @@ -62,7 +62,7 @@ type 'term capture_variable = 'term * 'term option (** To be increased each time the term type below changes, used for "safe" * marshalling *) -let magic = 4 +let magic = 5 type term = (* CIC AST *) @@ -119,6 +119,7 @@ and layout_pattern = | Frac of term * term | Over of term * term | Atop of term * term + | InfRule of term * term * term (* | array of term * literal option * literal option |+ column separator, row separator +| *) | Sqrt of term @@ -126,6 +127,7 @@ and layout_pattern = | Break | Box of box_spec * term list | Group of term list + | Mstyle of (string * string) list * term list and magic_term = (* level 1 magics *)