mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
37 lines
753 B
Text
37 lines
753 B
Text
SpaceBefore(
|
|
Backpassing(
|
|
[
|
|
@18-19 Identifier {
|
|
ident: "x",
|
|
},
|
|
],
|
|
@23-32 ParensAround(
|
|
Closure(
|
|
[
|
|
@25-26 Identifier {
|
|
ident: "y",
|
|
},
|
|
],
|
|
@30-31 Var {
|
|
module_name: "",
|
|
ident: "y",
|
|
},
|
|
),
|
|
),
|
|
@34-35 SpaceBefore(
|
|
Var {
|
|
module_name: "",
|
|
ident: "x",
|
|
},
|
|
[
|
|
Newline,
|
|
Newline,
|
|
],
|
|
),
|
|
),
|
|
[
|
|
LineComment(
|
|
" leading comment",
|
|
),
|
|
],
|
|
)
|