Done!  

Simon


Foo.hs:
    Warning: `isJust' is imported more than once:
               imported from Maybe at Foo.hs:4:16-21
               imported from Maybe at Foo.hs:3:23-28
               imported from Maybe at Foo.hs:3:16-21

| -----Original Message-----
| From: [EMAIL PROTECTED]
[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 be useful,
| and  ghc-6.01  seems to lack this:
| 
|   ------------------
|   module T where
|   import Maybe (isJust, isJust)
|   f = isJust
|   ------------------
| 
|   ghc -c T.hs
| 
| 
| -----------------
| Serge Mechveliani
| [EMAIL PROTECTED]
| _______________________________________________
| Glasgow-haskell-bugs mailing list
| [EMAIL PROTECTED]
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to