You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is already fixed right? I'll close it
Hey, since you are here, thank you so very much for the quick responses, merges, publishing and even this quick fix
It is fixed and released. It was a simple fix, since I've already encountered it on the 0.19 branch. Thank you for creating descriptive issues and concise to-the-point PRs ;).
Cool! It is always nice to see that if you build something, someone is using it :). If you need any support on the lib (elm-syntax or structured-writer) you can also ping me on Slack.
elm-syntax is parsing type annotations like
Dict String Int
as if it were nested, likeDict (String Int)
I've written a failing test that you can add to
tests/Elm/Parser/TypeAnnotationTests.elm
to verify, but I couldn't fix the problem:The text was updated successfully, but these errors were encountered: