]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/cicNotationPt.ml
notation with mstyle attributes, like colors and size
[helm.git] / helm / software / components / acic_content / cicNotationPt.ml
index ff72f2a86c9722cac3d24e2e8f17614c05af74a3..c7659018127aed95d660f9a23d9a5dd19674336a 100644 (file)
@@ -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 *)
@@ -127,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 *)