RE: repeated import warning

2003-12-19 Thread Simon Peyton-Jones
] [mailto:glasgow-haskell-bugs- | [EMAIL PROTECTED] On Behalf Of Serge D. Mechveliani | Sent: 18 November 2003 13:36 | To: [EMAIL PROTECTED] | Subject: repeated import warning | | Dear GHC developers, | | What about compiler's warning of repeated import of items? | For the large import lists this may

repeated import warning

2003-11-18 Thread Serge D. Mechveliani
Dear GHC developers, What about compiler's warning of repeated import of items? For the large import lists this may be useful, and ghc-6.01 seems to lack this: -- module T where import Maybe (isJust, isJust) f = isJust -- ghc -c T.hs