rtfeldman / elm-spa-example

A Single Page Application written in Elm
https://dev.to/rtfeldman/tour-of-an-open-source-elm-spa
MIT License
3.29k stars 531 forks source link

"model" parameter passed to "Main.updateWith" is unused #75

Open tekul opened 5 years ago

tekul commented 5 years ago

Seems like the code could be simplified by just removing this.

https://github.com/rtfeldman/elm-spa-example/blob/c8c3201ec0488f17c1245e1fd2293ba5bc0748d5/src/Main.elm#L280