]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/applyTransformation.ml
implemented transformations on top of notation code
[helm.git] / helm / ocaml / cic_transformations / applyTransformation.ml
index 560f6a0d1a2ee5ae6c1ae251953c5378451da218..b6aa36987918b26b352cf882c1ca0a77fd2d0382 100644 (file)
 (***************************************************************************)
 
 let mpres_document pres_box =
-  let obj2xml obj = Mpresentation.print_mpres (fun _ -> assert false) obj in
-  Ast2pres.add_xml_declaration (Box.box2xml ~obj2xml pres_box)
+  Xml.add_xml_declaration (CicNotationPres.print_box pres_box)
 
 let mml_of_cic_sequent metasenv sequent =
   let asequent,ids_to_terms,
-    ids_to_father_ids,ids_to_inner_sorts,ids_to_hypotheses =
-    Cic2acic.asequent_of_sequent metasenv sequent in
+    ids_to_father_ids,ids_to_inner_sorts,ids_to_hypotheses
+  =
+    Cic2acic.asequent_of_sequent metasenv sequent
+  in
   let content_sequent = Cic2content.map_sequent asequent in 
   let pres_sequent = 
-    (Sequent2pres.sequent2pres ~ids_to_inner_sorts content_sequent) in
+    (Sequent2pres.sequent2pres ~ids_to_inner_sorts content_sequent)
+  in
   let xmlpres = mpres_document pres_sequent in
   Xml2Gdome.document_of_xml DomMisc.domImpl xmlpres,
    (asequent,