]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/applyTransformation.mli
removed useless parameter uri from mml_of_cic_object
[helm.git] / helm / ocaml / cic_transformations / applyTransformation.mli
index f7d3d2da2c09cfa15b1e865e8ee44eba02d9bbde..fc5fd547a0e088c3494d08c84c307412c64ea122 100644 (file)
@@ -33,7 +33,7 @@
 (*                                                                         *)
 (***************************************************************************)
 
-val mml_of_cic_sequent :
+val mml_of_cic_sequent:
  Cic.metasenv ->                          (* metasenv *)
  Cic.conjecture ->                        (* sequent *)
   Gdome.document *                            (* Math ML *)
@@ -43,9 +43,8 @@ val mml_of_cic_sequent :
      (Cic.id, Cic.hypothesis) Hashtbl.t *     (* id -> hypothesis *)
      (Cic.id, string) Hashtbl.t))             (* ids_to_inner_sorts *)
 
-val mml_of_cic_object :
-  UriManager.uri ->                       (* object uri *)
-  Cic.obj ->                              (* uri *)
+val mml_of_cic_object:
+  Cic.obj ->                              (* object *)
     Gdome.document *                          (* Math ML *)
      (Cic.annobj *                            (* annobj *)
       ((Cic.id, Cic.term) Hashtbl.t *         (* id -> term *)