]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/cicCoercion.mli
removed some refinement_toolkit
[helm.git] / helm / software / components / library / cicCoercion.mli
index 7e4f03ab8607bb9dc6d94d453f3f189360875191..5dc086ec44cf2a9668355f550a8a430be3390715 100644 (file)
 
 (* This module implements the Coercions transitive closure *)
 
+val set_close_coercion_graph : 
+  (CoercDb.coerc_carr -> CoercDb.coerc_carr -> UriManager.uri ->
+  string (* baseuri *) ->
+    (CoercDb.coerc_carr * CoercDb.coerc_carr * UriManager.uri * Cic.obj) list)
+  -> unit
+
 val close_coercion_graph:
-  RefinementTool.kit -> 
   CoercDb.coerc_carr -> CoercDb.coerc_carr -> UriManager.uri ->
+  string (* baseuri *) ->
     (CoercDb.coerc_carr * CoercDb.coerc_carr * UriManager.uri * Cic.obj) list