]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/proofEngine.ml
ocaml 3.09 transition
[helm.git] / helm / gTopLevel / proofEngine.ml
index 9292ece0b839d2a0b1952400b06b7f1916e2b9c0..0cfd8f07cfe620ed9e2fe58438b6c7d97744b5c6 100644 (file)
@@ -41,7 +41,7 @@ let get_current_status_as_xml () =
       let uri = match uri with Some uri -> uri | None -> assert false in
       let currentproof =
        (*CSC: Wrong: [] is just plainly wrong *)
-       Cic.CurrentProof (UriManager.name_of_uri uri,metasenv,bo,ty,[])
+       Cic.CurrentProof (UriManager.name_of_uri uri,metasenv,bo,ty,[],[])
       in
        let (acurrentproof,_,_,ids_to_inner_sorts,_,_,_) =
         Cic2acic.acic_object_of_cic_object ~eta_fix:false currentproof