-
Notifications
You must be signed in to change notification settings - Fork 2
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
Some cleaning #1
Conversation
init num = | ||
Model num 0 | ||
|
||
view : String -> { c | btnClicks : a, num : b } -> Html Msg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
view: String -> Model -> Html Msg
would also work here, wouldn't it?
Man... Thank you very much!!! I am learning a lot from your changes. Let me know when you finish and I'll merge it. PS: I left a comment in one of them. Thanks again! |
Thanks! |
I thank you for your code. I was just trying to understand this code, that's why I was doing this cleaning :) |
No description provided.