Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tekul opened this issue Apr 14, 2019 · 0 comments
Open

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

tekul opened this issue Apr 14, 2019 · 0 comments

Comments

@tekul
Copy link

tekul commented Apr 14, 2019

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

updateWith : (subModel -> Model) -> (subMsg -> Msg) -> Model -> ( subModel, Cmd subMsg ) -> ( Model, Cmd Msg )

@tekul tekul changed the title model parameter passed to Main.updateWith is unused "model" parameter passed to "Main.updateWith" is unused Apr 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant