]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/misc.mli
create path towards dbm file
[helm.git] / helm / ocaml / cic_transformations / misc.mli
index 65ad26c6faa3cfa29ec2f09edb0a6df0e62679d2..d2bf22835557ea89c15fd7c240db3640a76f1e6e 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 strip_xml_headings: string -> string