]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationPres.ml
- synced notation pretty printing with parsing syntax
[helm.git] / helm / ocaml / cic_notation / cicNotationPres.ml
index c6b006f421cf8cf2f44efe7dfc7c723a3e42cefe..395cab6c29927e01cc1760ec1ac6ccc28e6fd87f 100644 (file)
@@ -208,7 +208,8 @@ let render ids_to_uris =
         assert false
   and aux_attribute xmlattrs mathonly xref pos prec uris t =
     function
-    | `Loc _ -> aux xmlattrs mathonly xref pos prec uris t
+    | `Loc _
+    | `Raw _ -> aux xmlattrs mathonly xref pos prec uris t
     | `Level (child_prec, child_assoc) ->
         let t' = aux xmlattrs mathonly xref pos child_prec uris t in
         add_parens child_prec child_assoc pos prec t'