X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FRnNames.lhs;h=8773732c6ddb16e406b9ec2872ce42503d1414cc;hb=3e12bb2d764b45563000ab3074dac61d22853321;hp=340c3a2cecd57b1ede7795842e05435e98c6247b;hpb=233b831bd7e89950f5c75aaa71b859c87a33d11a;p=ghc-hetmet.git diff --git a/ghc/compiler/rename/RnNames.lhs b/ghc/compiler/rename/RnNames.lhs index 340c3a2..8773732 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,