Skip to content

Warn about unused values/declarations #1670

@garyb

Description

@garyb
  • Unused values declared in a let or where
  • Unused declarations in modules that have explicit export lists - the warnings can apply to any declaration that is private to the module and unreachable by the exports, not just members.
    • Normal value declarations
    • foreign import value declarations
    • Type synonym declarations
    • Normal data declarations
    • foreign import data declarations
    • Type class declarations
  • Unused names introduced in binders

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions