]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/cicCoercion.mli
depends
[helm.git] / helm / software / components / library / cicCoercion.mli
index 789e7d00dff19a512230e84975f0b94c67b640b0..8356de8cd15a3ecebeab1d423e8504d6a34defc8 100644 (file)
 (* This module implements the Coercions transitive closure *)
 
 val set_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)
   -> 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