Bogdanp / elm-ast

A parser for Elm in Elm.
http://bogdanp.github.io/elm-ast/example/
BSD 3-Clause "New" or "Revised" License
143 stars 21 forks source link

Parse error: function accessed with module name #71

Closed tunguski closed 7 years ago

tunguski commented 7 years ago
typeAttribute = Attributes.type_
wende commented 7 years ago

I think generally there's a problem with variable names starting with a keyword. It's the same as #57 but with type instead of let

wende commented 7 years ago

Moved to #72