summaryrefslogtreecommitdiff
path: root/compiler/basicTypes/RdrName.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/basicTypes/RdrName.hs')
-rw-r--r--compiler/basicTypes/RdrName.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/basicTypes/RdrName.hs b/compiler/basicTypes/RdrName.hs
index bfb11e0b19..f4ca912eb5 100644
--- a/compiler/basicTypes/RdrName.hs
+++ b/compiler/basicTypes/RdrName.hs
@@ -383,7 +383,7 @@ Note [Local bindings with Exact Names]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
With Template Haskell we can make local bindings that have Exact Names.
Computing shadowing etc may use elemLocalRdrEnv (at least it certainly
-does so in RnTpes.bindHsTyVars), so for an Exact Name we must consult
+does so in RnTpes.bindHsQTyVars), so for an Exact Name we must consult
the in-scope-name-set.
@@ -515,7 +515,6 @@ have any parent.
Note [Parents for record fields]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
For record fields, in addition to the Name of the type constructor
(stored in par_is), we use FldParent to store the field label. This
extra information is used for identifying overloaded record fields