From a04ec84a673254d9f2f9d11db12c44a39f2abf3b Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 19 Jan 2011 22:22:47 +0000 Subject: [PATCH] Comments only --- compiler/types/InstEnv.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/types/InstEnv.lhs b/compiler/types/InstEnv.lhs index 753b04a..07f68f7 100644 --- a/compiler/types/InstEnv.lhs +++ b/compiler/types/InstEnv.lhs @@ -499,7 +499,7 @@ lookupInstEnv (pkg_ie, home_ie) cls tys find ((item, map (lookup_tv subst) dfun_tvs) : ms) us rest -- Does not match, so next check whether the things unify - -- See Note [overlapping instances] above + -- See Note [Overlapping instances] above | Incoherent <- oflag = find ms us rest -- 1.7.10.4