]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/misc.mli
added mathml_ns
[helm.git] / helm / ocaml / cic_transformations / misc.mli
index 27d55fa2b4f7785bb036f90e5acee8313927c8a6..d2bf22835557ea89c15fd7c240db3640a76f1e6e 100644 (file)
@@ -38,6 +38,7 @@
 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 strip_xml_headings: string -> string