]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/library/cicCoercion.mli
Composition of coercions with arity > 0 is now implemented correctly.
[helm.git] / helm / software / components / library / cicCoercion.mli
index 7e4f03ab8607bb9dc6d94d453f3f189360875191..97463b1d6e32a66e60945ab05e00a6779b9e2b36 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 *)) list)
+  -> unit
+
 val close_coercion_graph:
-  RefinementTool.kit -> 
-  CoercDb.coerc_carr -> CoercDb.coerc_carr -> UriManager.uri ->
-    (CoercDb.coerc_carr * CoercDb.coerc_carr * UriManager.uri * Cic.obj) list
+  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 *) ) list