Ticket #17 (new feature request: None)
Separate warnings for unused local and top-level bindings
| Reported by: | magunter | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | _|_ |
| Component: | Compiler | Version: | None |
| Keywords: | -fwarn-unused-binds | Cc: | mboes@… |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description (last modified by igloo) (diff)
I'd like separate warnings for local and top-level unused binds. I often have "unused" top-level functions which I use from ghci. I'd like to avoid warnings for these while retaining the warnings for unused local bindings (which can always be eliminated by prefix the name with an underscore.)
Change History
Note: See
TracTickets for help on using
tickets.
