]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/cicCoercion.mli
Bug fixed: name in letin was printed as "previous" even if given.
[helm.git] / helm / software / components / library / cicCoercion.mli
index e3ee8dbfc8d46ed2418d1d988cc13da57d9a048e..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