stil4m / elm-syntax

Elm syntax in Elm
MIT License
92 stars 26 forks source link

Missing parenthesis nodes in TypeAnnotation #211

Open jfmengels opened 2 months ago

jfmengels commented 2 months ago

When parsing a type annotation like Maybe (Int -> String), there is no Node for the parenthesis. There should be one for consistency (and potential usages), as we do this for all other AST nodes (expressions and patterns, ...).