evancz / elm-todomvc

The TodoMVC app written in Elm, nice example for beginners.
http://evancz.github.io/elm-todomvc/
BSD 3-Clause "New" or "Revised" License
1.22k stars 329 forks source link

stop exposing Html.Lazy.lazy #30

Closed vwxyz closed 8 years ago

vwxyz commented 9 years ago

Html.Lazy.lazy is not used in Todo.eml

Janiczek commented 8 years ago

@evancz would it make sense to catch this as a warning, similar to the "unused module import" here? Or is it sometimes good for the user to have an unused import ready?