mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
37 lines
728 B
Text
37 lines
728 B
Text
SpaceBefore(
|
|
Defs(
|
|
[
|
|
@113-118 Body(
|
|
@113-114 Identifier(
|
|
"x",
|
|
),
|
|
@117-118 Num(
|
|
"5",
|
|
),
|
|
),
|
|
],
|
|
@120-122 SpaceBefore(
|
|
Num(
|
|
"42",
|
|
),
|
|
[
|
|
Newline,
|
|
Newline,
|
|
],
|
|
),
|
|
),
|
|
[
|
|
LineComment(
|
|
"## not docs!",
|
|
),
|
|
DocComment(
|
|
"docs, but with a problem",
|
|
),
|
|
DocComment(
|
|
"(namely that this is a mix of docs and regular comments)",
|
|
),
|
|
LineComment(
|
|
" not docs",
|
|
),
|
|
],
|
|
)
|