[GHC] #2843: Missing "Defined but not used" for recursive
expressions
GHC
trac at galois.com
Sat Dec 6 19:53:23 EST 2008
#2843: Missing "Defined but not used" for recursive expressions
---------------------------------+------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 6.8.2
Severity: normal | Resolution: fixed
Keywords: | Difficulty: Unknown
Testcase: | Os: Unknown/Multiple
Architecture: Unknown/Multiple |
---------------------------------+------------------------------------------
Changes (by igloo):
* status: new => closed
* difficulty: => Unknown
* resolution: => fixed
Comment:
Thanks for the report. Happily, 6.10.1 (and the HEAD) already warns about
this correctly:
{{{
b.hs:4:6: Warning: Defined but not used: `b'
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2843#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list