]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/coercGraph.mli
added homepage URL, now we have one
[helm.git] / helm / ocaml / cic_unification / coercGraph.mli
index 9cbff65b9a431aaf2da7e22a1e37ba528a9d79a0..03acb4a6d44232acb3843b8a3aec49a2f804f9f4 100644 (file)
  *)
 
 val look_for_coercion :
-  UriManager.uri -> UriManager.uri -> Cic.term option
+  Cic.term -> Cic.term -> Cic.term option
 
+(* also adds them to the Db *)
 val close_coercion_graph:
   UriManager.uri -> UriManager.uri -> UriManager.uri ->
     (UriManager.uri * Cic.obj * CicUniv.universe_graph) list
 
-val get_coercions_list:
-  unit -> (UriManager.uri * UriManager.uri * UriManager.uri) list
-