X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Flibrary%2FcoercGraph.mli;h=e6bc766df3d141ea3049789fd43c91bb6679c134;hb=2951babfd31047ac057714130157da2bc36e906e;hp=9e99d68f8cf02321645a9c4e3e88f3835070d779;hpb=2499f5fdcf4dbfecc6f4fafe925b24ae76f14be8;p=helm.git diff --git a/components/library/coercGraph.mli b/components/library/coercGraph.mli index 9e99d68f8..e6bc766df 100644 --- a/components/library/coercGraph.mli +++ b/components/library/coercGraph.mli @@ -46,8 +46,11 @@ val is_a_coercion_to_funclass: Cic.term -> int option * a constant applyed that is marked with (`Class `Coercion) *) val is_composite: Cic.term -> bool - val source_of: Cic.term -> Cic.term val generate_dot_file: unit -> string +val meets : + CoercDb.coerc_carr -> CoercDb.coerc_carr -> + CoercDb.coerc_carr list +