mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
37 lines
780 B
Text
37 lines
780 B
Text
SpaceBefore(
|
|
Backpassing(
|
|
[
|
|
|L 1-1, C 0-1| Identifier(
|
|
"x",
|
|
),
|
|
],
|
|
|L 1-1, C 5-14| ParensAround(
|
|
Closure(
|
|
[
|
|
|L 1-1, C 7-8| Identifier(
|
|
"y",
|
|
),
|
|
],
|
|
|L 1-1, C 12-13| Var {
|
|
module_name: "",
|
|
ident: "y",
|
|
},
|
|
),
|
|
),
|
|
|L 3-3, C 0-1| SpaceBefore(
|
|
Var {
|
|
module_name: "",
|
|
ident: "x",
|
|
},
|
|
[
|
|
Newline,
|
|
Newline,
|
|
],
|
|
),
|
|
),
|
|
[
|
|
LineComment(
|
|
" leading comment",
|
|
),
|
|
],
|
|
)
|