]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/misc.mli
added boxml namespace
[helm.git] / helm / ocaml / cic_transformations / misc.mli
index d2bf22835557ea89c15fd7c240db3640a76f1e6e..d0779d1e7f26a2ee8fc47376e16651dc38bb40a3 100644 (file)
 (* TODO rename this module into at least something like CicMisc *)
 
 val domImpl : Gdome.domImplementation
-val helm_ns : Gdome.domString   (** HELM namespace *)
-val xlink_ns : Gdome.domString  (** XLink namespace *)
-val mathml_ns: Gdome.domString  (** MathML namespace *)
+
+val helm_ns   : Gdome.domString   (** HELM namespace *)
+val xlink_ns  : Gdome.domString   (** XLink namespace *)
+val mathml_ns : Gdome.domString   (** MathML namespace *)
+val boxml_ns  : Gdome.domString   (** BoxML namespace *)
 
 val strip_xml_headings: string -> string