elm-lang / elm-make

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

No "unused function argument" warning #153

Closed zaboco closed 6 years ago

zaboco commented 7 years ago

Similar to #137, but for function arguments.

Trying to compile the following code should result in a warning about not using the a argument.

foo : a -> ()
foo a =
    ()
process-bot commented 7 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. Thank you for the suggestion!