We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@av: I just tried to elm-upgrade a project (elm-color-extra, obvisouly not mine), and noticed this diff:
elm-upgrade
- List.map2 (\i cl -> ( (toFloat i / toFloat l), cl )) [0..l] palette + List.map2 (\i cl -> ( (toFloat i / toFloat l), cl )) List.range 0 l palette
And the compiler complains about the number of arguments to map2.
The text was updated successfully, but these errors were encountered:
Ah, this bug should go to -> https://github.com/avh4/elm-format/issues
Sorry, something went wrong.
Fixed in avh4/elm-format#271 will be in elm-format 0.5.1-alpha
Configure Appveyor CI (attempt #8)
7a4d167
No branches or pull requests
@av: I just tried to
elm-upgrade
a project (elm-color-extra, obvisouly not mine), and noticed this diff:And the compiler complains about the number of arguments to map2.
The text was updated successfully, but these errors were encountered: