X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FgTopLevel%2FsequentPp.ml;fp=helm%2FgTopLevel%2FsequentPp.ml;h=ba2d5140f10f8c1692d40853942260255fef5e82;hb=cba2bdcb2944a5d2a4f2e1560262430fd45e61e6;hp=7bfa6b36a5d875789f4cc3b620b75b9c36149bce;hpb=1f0d6e8932f4200a6b1956995225211df2a271a8;p=helm.git diff --git a/helm/gTopLevel/sequentPp.ml b/helm/gTopLevel/sequentPp.ml index 7bfa6b36a..ba2d5140f 100644 --- a/helm/gTopLevel/sequentPp.ml +++ b/helm/gTopLevel/sequentPp.ml @@ -44,14 +44,14 @@ module XmlPp = (let final_s,final_env = (List.fold_right (fun (b,n,t) (s,env) -> - let (acic,_,_,ids_to_inner_sorts) = + let (acic,_,_,ids_to_inner_sorts,_) = Cic2acic.acic_of_cic_env metasenv env t in [< s ; X.xml_nempty (match b with - ProofEngine.Definition -> "Definition" - | ProofEngine.Declaration -> "Declaration" + ProofEngine.Definition -> "Def" + | ProofEngine.Declaration -> "Decl" ) ["name",(match n with Cic.Name n -> n | _ -> assert false)] (Cic2Xml.print_term (UriManager.uri_of_string "cic:/dummy.con") @@ -60,7 +60,7 @@ module XmlPp = ) context ([<>],[]) ) in - let (acic,_,_,ids_to_inner_sorts) = + let (acic,_,_,ids_to_inner_sorts,_) = Cic2acic.acic_of_cic_env metasenv final_env goal in [< final_s ;