]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/acic_content/cicNotationUtil.ml
notation with mstyle attributes, like colors and size
[helm.git] / helm / software / components / acic_content / cicNotationUtil.ml
index 25af9981e7f5dff7131aba171dfdcf1fb5dadf8e..5c3936d93b0771d5feb8f52c9dd16327a629c22d 100644 (file)
@@ -91,6 +91,7 @@ let visit_layout k = function
   | Ast.Break -> Ast.Break
   | Ast.Box (kind, terms) -> Ast.Box (kind, List.map k terms)
   | Ast.Group terms -> Ast.Group (List.map k terms)
+  | Ast.Mstyle (l, term) -> Ast.Mstyle (l, List.map k term)
 
 let visit_magic k = function
   | Ast.List0 (t, l) -> Ast.List0 (k t, l)