]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/applyTransformation.ml
misc -> domMisc
[helm.git] / helm / ocaml / cic_transformations / applyTransformation.ml
index 57d26f1681fda95c87abdf3ea8d0fca5dfd7994f..560f6a0d1a2ee5ae6c1ae251953c5378451da218 100644 (file)
@@ -45,7 +45,7 @@ let mml_of_cic_sequent metasenv sequent =
   let pres_sequent = 
     (Sequent2pres.sequent2pres ~ids_to_inner_sorts content_sequent) in
   let xmlpres = mpres_document pres_sequent in
-  Xml2Gdome.document_of_xml Misc.domImpl xmlpres,
+  Xml2Gdome.document_of_xml DomMisc.domImpl xmlpres,
    (asequent,
     (ids_to_terms,ids_to_father_ids,ids_to_hypotheses,ids_to_inner_sorts))
 
@@ -60,7 +60,7 @@ let mml_of_cic_object obj =
   in
   let pres = Content2pres.content2pres ~ids_to_inner_sorts content in
   let xmlpres = mpres_document pres in
-  let mathml = Xml2Gdome.document_of_xml Misc.domImpl xmlpres in
+  let mathml = Xml2Gdome.document_of_xml DomMisc.domImpl xmlpres in
   (mathml,(annobj,
    (ids_to_terms, ids_to_father_ids, ids_to_conjectures, ids_to_hypotheses,
   ids_to_inner_sorts,ids_to_inner_types)))