summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/InstEnv.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/InstEnv.hs')
-rw-r--r--compiler/GHC/Core/InstEnv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/InstEnv.hs b/compiler/GHC/Core/InstEnv.hs
index 3bb9a32a50..ab23fcae2c 100644
--- a/compiler/GHC/Core/InstEnv.hs
+++ b/compiler/GHC/Core/InstEnv.hs
@@ -869,7 +869,7 @@ lookupInstEnv' ie vis_mods cls tys
-- apply in the future. This covers an instance like C Int and
-- a target like [W] C (F a), where F is a type family.
SurelyApart -> find ms us rest
- -- Note [Infinitary substitution in lookup]
+ -- See Note [Infinitary substitution in lookup]
MaybeApart MARInfinite _ -> find ms us rest
_ -> find ms (item:us) rest
where