Bogdanp/elm-ast

Why is the Variable constructor: Variable (List Name) rather than Variable Name?

Closed this issue · 2 comments

Apologies if this channel is inappropriate, I'm trying to understand the code. Thanks!

It is how names like "Ast.Expression.let" are represented. That one would be ["Ast", "Expression", "let"].

wende commented

Exactly what @joonazan said. Closing