summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc/Gen/App.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Tc/Gen/App.hs')
-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