X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FcloseCoercionGraph.mli;h=70c4eff9ada321ba00688bc24ac341c675a763ba;hb=af805d8cb199ea2c532983e29b064cf9861454f4;hp=d0bdb44107efa5069aaaa2fba6b90c74d88ef672;hpb=3990759a81db3ce45bf4ec56e1985e532151f6e0;p=helm.git diff --git a/helm/software/components/tactics/closeCoercionGraph.mli b/helm/software/components/tactics/closeCoercionGraph.mli index d0bdb4410..70c4eff9a 100644 --- a/helm/software/components/tactics/closeCoercionGraph.mli +++ b/helm/software/components/tactics/closeCoercionGraph.mli @@ -26,15 +26,15 @@ (* This module implements the Coercions transitive closure *) 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 exception UnableToCompose val generate_composite: - Cic.term -> Cic.term -> Cic.context -> - Cic.metasenv -> CicUniv.universe_graph -> int (* arity *) -> - bool (* last lambda goes with innermost arg *) -> + Cic.term -> Cic.term (* t2 *) -> Cic.context -> + Cic.metasenv -> CicUniv.universe_graph -> + int -> int (* saturations of t1/t2 *) -> Cic.term * Cic.metasenv * CicUniv.universe_graph