From: Lemmih Date: Sun, 26 Feb 2006 12:04:07 +0000 (+0000) Subject: Remove comment about imports and exports not being in the renamer result. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=44ebaafe969002e74855c2290261bed672602c67 Remove comment about imports and exports not being in the renamer result. --- diff --git a/ghc/compiler/main/GHC.hs b/ghc/compiler/main/GHC.hs index e8e093b..d1d1e78 100644 --- a/ghc/compiler/main/GHC.hs +++ b/ghc/compiler/main/GHC.hs @@ -734,9 +734,6 @@ type RenamedSource = (HsGroup Name, [LImportDecl Name], Maybe [LIE Name]) type TypecheckedSource = LHsBinds Id -- NOTE: --- - things that aren't in the output of the renamer: --- - the export list --- - the imports -- - things that aren't in the output of the typechecker right now: -- - the export list -- - the imports