]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/termViewer.mli
ocaml 3.09 transition
[helm.git] / helm / gTopLevel / termViewer.mli
index 5a8ff7253bb48d1601eb55f1fa5f4fcb2c38440b..f391363ebdf48730caac1dcbb9b0138a06589322 100644 (file)
@@ -45,7 +45,6 @@ type mml_of_cic_sequent =
    
 
 type mml_of_cic_object =
-  UriManager.uri ->
   Cic.obj ->
   Gdome.document * 
   (Cic.annobj * 
@@ -106,7 +105,7 @@ class proof_viewer :
     (* load_proof also returns the annotated cic term and the *)
     (* ids_to_inner_types and ids_to_inner_sorts maps.        *)
     method load_proof :
-     UriManager.uri -> Cic.obj ->
+     Cic.obj ->
       Cic.annobj * (Cic.id, Cic2acic.anntypes) Hashtbl.t *
        (Cic.id, string) Hashtbl.t