From 44ebaafe969002e74855c2290261bed672602c67 Mon Sep 17 00:00:00 2001 From: Lemmih Date: Sun, 26 Feb 2006 12:04:07 +0000 Subject: [PATCH] Remove comment about imports and exports not being in the renamer result. --- ghc/compiler/main/GHC.hs | 3 --- 1 file changed, 3 deletions(-) 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 -- 1.7.10.4