#2995: ghc -Wall does not complain about unnecessary data constructor imports
---------------------------------+------------------------------------------
    Reporter:  EyalLotem         |        Owner:                  
        Type:  bug               |       Status:  closed          
    Priority:  normal            |    Milestone:  6.12 branch     
   Component:  Compiler          |      Version:  6.10.1          
    Severity:  minor             |   Resolution:  fixed           
    Keywords:                    |   Difficulty:  Unknown         
    Testcase:                    |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Comment (by tibbe):

 A tiny nit-pick. Is redundant the right word here? Shouldn't it be
 "unused"? When I hear the word redundant I think of something like this:

 {{{
 import Data.Maybe (Maybe(Just))
 import Data.Maybe

 a = Just "b"
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2995#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to