X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcic_unification%2FcoercGraph.mli;h=711a1527d940c17fdb66b2c0acabc85c5eb1d967;hb=898ac1e6654405a5a4ac31f4ca97acbe0c71c11c;hp=ae2bd9233943c3d1993be89f0c05d1fb6a775396;hpb=40a6a2eb15bc50a7fe8f47704ea0244bc9d18ef5;p=helm.git diff --git a/components/cic_unification/coercGraph.mli b/components/cic_unification/coercGraph.mli index ae2bd9233..711a1527d 100644 --- a/components/cic_unification/coercGraph.mli +++ b/components/cic_unification/coercGraph.mli @@ -32,6 +32,7 @@ type coercion_search_result = (* to apply the coercion it is sufficient to unify the last coercion argument (that is a Meta) with the term to be coerced *) | SomeCoercion of (Cic.metasenv * Cic.term * Cic.term) list + | SomeCoercionToTgt of (Cic.metasenv * Cic.term * Cic.term) list | NoCoercion | NotMetaClosed | NotHandled of string Lazy.t