X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Flibrary%2FcicCoercion.mli;h=8356de8cd15a3ecebeab1d423e8504d6a34defc8;hb=20427121e8114fa60b64bd1669a0fc734bf39205;hp=789e7d00dff19a512230e84975f0b94c67b640b0;hpb=3990759a81db3ce45bf4ec56e1985e532151f6e0;p=helm.git diff --git a/helm/software/components/library/cicCoercion.mli b/helm/software/components/library/cicCoercion.mli index 789e7d00d..8356de8cd 100644 --- a/helm/software/components/library/cicCoercion.mli +++ b/helm/software/components/library/cicCoercion.mli @@ -26,15 +26,15 @@ (* 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