]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationPp.ml
* added group box (?)
[helm.git] / helm / ocaml / cic_notation / cicNotationPp.ml
index e04b00b7057cbd622fce15ed55daee247e07057b..fcb42fd1853a869264b9599faf80aa45d98d240e 100644 (file)
@@ -141,6 +141,8 @@ and pp_layout = function
   | Box (box_spec, terms) ->
       sprintf "\\%s [%s]" (pp_box_spec box_spec)
         (String.concat " " (List.map pp_term terms))
+  | Group terms ->
+      sprintf "\\GROUP [%s]" (String.concat " " (List.map pp_term terms))
 
 and pp_magic = function
   | List0 (t, sep_opt) ->