diff options
author | simonpj@microsoft.com <unknown> | 2011-01-19 22:22:47 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2011-01-19 22:22:47 +0000 |
commit | a04ec84a673254d9f2f9d11db12c44a39f2abf3b (patch) | |
tree | a90061a055f15240272623b2c9556452f7deea25 /compiler | |
parent | 5775d5142da227d65fb86994d363eb16841ee642 (diff) | |
download | haskell-a04ec84a673254d9f2f9d11db12c44a39f2abf3b.tar.gz |
Comments only
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/types/InstEnv.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/types/InstEnv.lhs b/compiler/types/InstEnv.lhs index 753b04a1fd..07f68f7b91 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 |