summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Dukhovni <ietf-dane@dukhovni.org>2021-06-21 17:25:22 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-06-23 20:34:58 -0400
commit38a6d8b8ce838d09a918a536ac80427d5555ca6d (patch)
tree7e1b9f6fe26770555a51c2bcc94e51d8dddbb80a
parentd79530d17bc9de61a8bda58308c0377d1c3c697b (diff)
downloadhaskell-38a6d8b8ce838d09a918a536ac80427d5555ca6d.tar.gz
Fix typo in Note [Quick Look for particular Ids]
Fixes #20029
-rw-r--r--compiler/GHC/Tc/Gen/App.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Gen/App.hs b/compiler/GHC/Tc/Gen/App.hs
index 4fee7b1a6e..7f337a7be3 100644
--- a/compiler/GHC/Tc/Gen/App.hs
+++ b/compiler/GHC/Tc/Gen/App.hs
@@ -269,7 +269,7 @@ particular Ids:
* ($): For a long time GHC has had a special typing rule for ($), that
allows it to type (runST $ foo), which requires impredicative instantiation
of ($), without language flags. It's a bit ad-hoc, but it's been that
- way for ages. Using quickLookIds is the only special treatment ($) needs
+ way for ages. Using quickLookKeys is the only special treatment ($) needs
now, which is a lot better.
* leftSection, rightSection: these are introduced by the expansion step in