-
Notifications
You must be signed in to change notification settings - Fork 573
Open
Description
- Unused values declared in a
let
orwhere
- 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
michaelficarra, fosskers, joneshf, aij, alextes and 4 moread-si and nineonine