summaryrefslogtreecommitdiff
path: root/ghc/compiler/rename
diff options
context:
space:
mode:
authorsimonpj <unknown>2005-03-08 09:47:01 +0000
committersimonpj <unknown>2005-03-08 09:47:01 +0000
commit3e12bb2d764b45563000ab3074dac61d22853321 (patch)
tree2dca43d2730766777c0bb5962c53a8e47159773e /ghc/compiler/rename
parent839d23a4ddbb27409eebc8c1f33a04ab4a0f1654 (diff)
downloadhaskell-3e12bb2d764b45563000ab3074dac61d22853321.tar.gz
[project @ 2005-03-08 09:47:01 by simonpj]
Comments
Diffstat (limited to 'ghc/compiler/rename')
-rw-r--r--ghc/compiler/rename/RnNames.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/rename/RnNames.lhs b/ghc/compiler/rename/RnNames.lhs
index 340c3a2cec..8773732c6d 100644
--- a/ghc/compiler/rename/RnNames.lhs
+++ b/ghc/compiler/rename/RnNames.lhs
@@ -273,7 +273,7 @@ exportsToAvails exports
-- ensures that the subordinate names record their parent;
-- and that in turn ensures that the GlobalRdrEnv
-- has the correct parent for all the names in its range.
- -- For imported things, we only suck in the binding site later, if ever.
+ -- For imported things, we may only suck in the interface later, if ever.
-- Reason for all this:
-- Suppose module M exports type A.T, and constructor A.MkT
-- Then, we know that A.MkT is a subordinate name of A.T,