X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_content%2FcicNotationPt.ml;h=cfbd21b3a7f0c61f48e07e97dcdd8993ec53b6f7;hb=26711af9f9afbaf93dbb3a4e1c227d6e884a8ebe;hp=3c96a5a512ac7d1bd49b94ff9ab79cf373b9d0b9;hpb=266fe24a5a5548c30f597ccd38578877643404d3;p=helm.git diff --git a/helm/software/components/acic_content/cicNotationPt.ml b/helm/software/components/acic_content/cicNotationPt.ml index 3c96a5a51..cfbd21b3a 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 = 5 +let magic = 6 type term = (* CIC AST *) @@ -128,6 +128,7 @@ and layout_pattern = | Box of box_spec * term list | Group of term list | Mstyle of (string * string) list * term list + | Mpadded of (string * string) list * term list and magic_term = (* level 1 magics *)