X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FcloseCoercionGraph.mli;h=70c4eff9ada321ba00688bc24ac341c675a763ba;hb=ffdd3ddd6ce10a5fa0729ab407647bd46c44b9d8;hp=0d5a2e5be78adaad639fc1fb1a874a7aa38c4ece;hpb=79f973c83064520753831b64ddc698676f1802d2;p=helm.git diff --git a/helm/software/components/tactics/closeCoercionGraph.mli b/helm/software/components/tactics/closeCoercionGraph.mli index 0d5a2e5be..70c4eff9a 100644 --- a/helm/software/components/tactics/closeCoercionGraph.mli +++ b/helm/software/components/tactics/closeCoercionGraph.mli @@ -29,7 +29,7 @@ val 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 + int (* saturations *) * Cic.obj * int (* arity *) * int (* cpos *)) list exception UnableToCompose