From bb7e5aa54afa577da7661fb43cefc9711ccfe4af Mon Sep 17 00:00:00 2001 From: msozeau Date: Mon, 4 Jun 2012 14:45:54 +0000 Subject: Forward-port fixes from 8.4 (15358, 15353, 15333). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15418 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/coercion.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pretyping/coercion.ml') diff --git a/pretyping/coercion.ml b/pretyping/coercion.ml index 34eb92fa04..524d9d058e 100644 --- a/pretyping/coercion.ml +++ b/pretyping/coercion.ml @@ -323,7 +323,7 @@ let coerce_itf loc env isevars v t c1 = let saturate_evd env evd = Typeclasses.resolve_typeclasses - ~with_goals:false ~split:true ~fail:false env evd + ~filter:Typeclasses.no_goals ~split:true ~fail:false env evd (* appliquer le chemin de coercions p à hj *) let apply_coercion env sigma p hj typ_cl = -- cgit v1.2.3