]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/renderingAttrs.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_notation / renderingAttrs.mli
index a9fc0badbc7cf86ef12c9b02a4e75426d1207429..64323598bce880deccea26ad7c9f3a0f2b99557c 100644 (file)
@@ -29,6 +29,8 @@
 type xml_attribute = string option * string * string
 type markup = [ `MathML | `BoxML ]
 
+(** High-level attributes *)
+
 val keyword_attributes:                 (* let, match, in, ... *)
   markup -> xml_attribute list
 
@@ -47,3 +49,9 @@ val number_attributes:                  (* 1, 2, ... *)
 val object_keyword_attributes:          (* Body, Definition, ... *)
   markup -> xml_attribute list
 
+(** Low-level attributes *)
+
+val spacing_attributes: markup -> xml_attribute list
+val indent_attributes: markup -> xml_attribute list
+val small_skip_attributes: markup -> xml_attribute list
+