Closed neocris closed 8 years ago
Do you mind asking this same question on elm-discuss or in the Elm slack channel?
I think you can get better answers in both of those places.
You may also be having issues if you are trying to use Elm 0.17 today. I am still working on upgrading this project to 0.17
thx for your input. i was not quite sure to post this here but as it seemed to me very focalized on elm-todomvc i gave it a shot. for the record i'm using elm v.0.16.0
i'm new to elm and have a question concerning view arguments: in main, view is called with a Signal Model as second argument but the type annotation of view refers the argument as being Model.
i have this same issue in another app i'm working to practice elm in which the compiler report this error but it seems to be working here, how can this be?