summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2016-07-04 15:11:21 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2016-07-05 16:24:12 +0100
commit5f79394f628259403edf612ef109d8c0f4d7e67a (patch)
tree37b533453c44ba93cee70f91bf398cbad987b30d
parent55e43a6f9ef64cf31faca350f8bf86f5f5acb36a (diff)
downloadhaskell-5f79394f628259403edf612ef109d8c0f4d7e67a.tar.gz
Delete out-of-date comment
-rw-r--r--compiler/basicTypes/RdrName.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/basicTypes/RdrName.hs b/compiler/basicTypes/RdrName.hs
index d6a8aa6d08..bfac741c1a 100644
--- a/compiler/basicTypes/RdrName.hs
+++ b/compiler/basicTypes/RdrName.hs
@@ -323,9 +323,6 @@ instance Ord RdrName where
-- It is keyed by OccName, because we never use it for qualified names
-- We keep the current mapping, *and* the set of all Names in scope
-- Reason: see Note [Splicing Exact names] in RnEnv
--- The field lre_nwcs is used to keep names of type variables that should
--- be replaced with named wildcards.
--- See Note [Renaming named wild cards] in RnTypes
data LocalRdrEnv = LRE { lre_env :: OccEnv Name
, lre_in_scope :: NameSet }