X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FcloseCoercionGraph.mli;h=0d5a2e5be78adaad639fc1fb1a874a7aa38c4ece;hb=709805584b15f479b4afcf4220ea3fbe541fe674;hp=7157e5c2de683aff7670b5c798d3b750c79a5118;hpb=af57e46c16ea9d0c8d3f835e808d98042a151a69;p=helm.git diff --git a/components/tactics/closeCoercionGraph.mli b/components/tactics/closeCoercionGraph.mli index 7157e5c2d..0d5a2e5be 100644 --- a/components/tactics/closeCoercionGraph.mli +++ b/components/tactics/closeCoercionGraph.mli @@ -35,5 +35,6 @@ exception UnableToCompose val generate_composite: Cic.term -> Cic.term (* t2 *) -> Cic.context -> - Cic.metasenv -> CicUniv.universe_graph -> int (* saturations of t2 *) -> + Cic.metasenv -> CicUniv.universe_graph -> + int -> int (* saturations of t1/t2 *) -> Cic.term * Cic.metasenv * CicUniv.universe_graph