-
Notifications
You must be signed in to change notification settings - Fork 17
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
Confusing message about "type applications should start with a type atom" #105
Comments
That line with I have not been able to reproduce the problem with any program smaller than the above. |
To me, that's not an issue of a confusing message. It's a proper compiler bug. See elm/compiler#1326. |
This case does have an error message very similar to that compiler issue. Should I close this issue and just leave it linked from that one? |
I think that would make sense, yes. Additionally, I just now realized that your code is not (only?) wrong in the update model action model = Note the two parameters with same name. So this is also relevant: elm/compiler#809. |
For the record, it wasn't my code. I was helping someone who posted their uncompilable code as a Gist. We got that working but the original version caused the error message above. |
I get the following error message from elm-make (0.16) when compiling the code following that.
The text was updated successfully, but these errors were encountered: