]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/sequentPp.ml
* Many improvements
[helm.git] / helm / gTopLevel / sequentPp.ml
index 7bfa6b36a5d875789f4cc3b620b75b9c36149bce..ba2d5140f10f8c1692d40853942260255fef5e82 100644 (file)
@@ -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 ;