X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fsoftware%2Fmatita%2FapplyTransformation.ml;h=27725882e8d867f6f8acbe34c31c4df7e80c1e7c;hb=a970a6b5d44947e466b94ff3df4fa66d85d0d9ca;hp=670fd2e0c5d8fb7dd4e87cba43baa41aa4f98253;hpb=b3c2241d2451d069110361e9a4a9dde38c822719;p=helm.git diff --git a/helm/software/matita/applyTransformation.ml b/helm/software/matita/applyTransformation.ml index 670fd2e0c..27725882e 100644 --- a/helm/software/matita/applyTransformation.ml +++ b/helm/software/matita/applyTransformation.ml @@ -64,6 +64,13 @@ let mml_of_cic_sequent metasenv sequent = (asequent, (ids_to_terms,ids_to_father_ids,ids_to_hypotheses,ids_to_inner_sorts))) +let nmml_of_cic_sequent metasenv subst sequent = + let content_sequent = NTermCicContent.map_sequent sequent in + let pres_sequent = + Sequent2pres.nsequent2pres content_sequent in + let xmlpres = mpres_document pres_sequent in + Xml2Gdome.document_of_xml DomMisc.domImpl xmlpres + let mml_of_cic_object obj = let (annobj, ids_to_terms, ids_to_father_ids, ids_to_inner_sorts, ids_to_inner_types, ids_to_conjectures, ids_to_hypotheses)