]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/misc.mli
debian version 0.0.5-6
[helm.git] / helm / ocaml / cic_transformations / misc.mli
index 946447c43f158dc0150364201961e01a4e58a244..d0779d1e7f26a2ee8fc47376e16651dc38bb40a3 100644 (file)
 (* TODO rename this module into at least something like CicMisc *)
 
 val domImpl : Gdome.domImplementation
-val helmns : Gdome.domString
+
+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