Ticket #2136 (closed merge: fixed)
Not warned about unused recursive bindings
| Reported by: | igloo | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8.3 |
| Component: | Compiler | Version: | 6.8.2 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | rn063 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
If we have this module:
module Q where v :: a v = let x = x in undefined w :: a w = let y = 'a' in undefined
then we get warned that y is unused, but not that x is:
q.hs:8:8: Warning: Defined but not used: `y'
Change History
Note: See
TracTickets for help on using
tickets.
