elm-lang / elm-make

A build tool for Elm projects
BSD 3-Clause "New" or "Revised" License
175 stars 45 forks source link

--warn about unused variables #181

Closed ghost closed 6 years ago

ghost commented 6 years ago
case model.view of
  All hasPaid ->
    -- hasPaid then not used

elm make would warn that hasPaid is unused.

process-bot commented 6 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

evancz commented 6 years ago

Tracking in #98