#3131: GHC stops after a single 'defined but not used' warning
-------------------------+--------------------------------------------------
    Reporter:  nr        |        Owner:         
        Type:  bug       |       Status:  new    
    Priority:  normal    |    Milestone:         
   Component:  Compiler  |      Version:  6.10.1 
    Severity:  minor     |   Resolution:         
    Keywords:            |   Difficulty:  Unknown
    Testcase:            |           Os:  Linux  
Architecture:  x86       |  
-------------------------+--------------------------------------------------
Changes (by simonpj):

  * difficulty:  => Unknown

Comment:

 And so it does, including the transitive closure. Try
 {{{
 module Foo( f) where
   f x = x
   g x = x
   h x = g x
 }}}
 Can you give a small test case please?

 Simon

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3131#comment:1>
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