mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00

... and enforce that defs can only occur in blocks (or, inside parenthesized expressions)
31 lines
574 B
Text
31 lines
574 B
Text
SpaceAfter(
|
|
Dbg(
|
|
@4-16 Tuple(
|
|
[
|
|
@5-6 Num(
|
|
"5",
|
|
),
|
|
@12-15 SpaceBefore(
|
|
Num(
|
|
"666",
|
|
),
|
|
[
|
|
Newline,
|
|
],
|
|
),
|
|
],
|
|
),
|
|
@18-19 SpaceBefore(
|
|
Num(
|
|
"4",
|
|
),
|
|
[
|
|
Newline,
|
|
Newline,
|
|
],
|
|
),
|
|
),
|
|
[
|
|
Newline,
|
|
],
|
|
)
|