]> 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 65ad26c6faa3cfa29ec2f09edb0a6df0e62679d2..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