]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/cicCoercion.mli
dependences update
[helm.git] / helm / software / components / library / cicCoercion.mli
index e3ee8dbfc8d46ed2418d1d988cc13da57d9a048e..8356de8cd15a3ecebeab1d423e8504d6a34defc8 100644 (file)
 
 (* This module implements the Coercions transitive closure *)
 
+val set_close_coercion_graph : 
+  (CoercDb.coerc_carr -> CoercDb.coerc_carr -> UriManager.uri -> int ->
+  string (* baseuri *) ->
+    (CoercDb.coerc_carr * CoercDb.coerc_carr * UriManager.uri *
+      int (* saturations *) * Cic.obj * int (* arity *) * int (* cpos *)) list)
+  -> unit
+
 val close_coercion_graph:
-  RefinementTool.kit -> 
-  CoercDb.coerc_carr -> CoercDb.coerc_carr -> UriManager.uri ->
+  CoercDb.coerc_carr -> CoercDb.coerc_carr -> UriManager.uri -> int ->
   string (* baseuri *) ->
-    (CoercDb.coerc_carr * CoercDb.coerc_carr * UriManager.uri * Cic.obj) list
+    (CoercDb.coerc_carr * CoercDb.coerc_carr * UriManager.uri *
+      int (* saturations *) * Cic.obj * int (* arity *) * int (* cpos *)) list