]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/termViewer.ml
ocaml 3.09 transition
[helm.git] / helm / gTopLevel / termViewer.ml
index 23d7543d3da08d19995e393b4f69596febc01426..0f2019ad507b3a3c2d6c9a850ca537001ce3eefd 100644 (file)
@@ -47,7 +47,6 @@ type mml_of_cic_sequent =
    
 
 type mml_of_cic_object =
-  UriManager.uri ->
   Cic.obj ->
   Gdome.document * 
   (Cic.annobj * 
@@ -229,12 +228,12 @@ class proof_viewer ~(mml_of_cic_object:mml_of_cic_object) obj =
          end
     | None -> assert false (* "ERROR: No selection!!!" *)
 
-  method load_proof uri currentproof =
+  method load_proof currentproof =
     let mml,
          (acic,
            (ids_to_terms,ids_to_father_ids,ids_to_conjectures,
             ids_to_hypotheses,ids_to_inner_sorts,ids_to_inner_types)) =
-      mml_of_cic_object uri currentproof
+      mml_of_cic_object currentproof
     in
     current_infos <-
       Some