mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
43 lines
827 B
Text
43 lines
827 B
Text
SpaceBefore(
|
|
Defs(
|
|
[
|
|
|L 6-6, C 0-5| Body(
|
|
|L 6-6, C 0-1| Identifier(
|
|
"x",
|
|
),
|
|
|L 6-6, C 4-5| Num(
|
|
"5",
|
|
),
|
|
),
|
|
],
|
|
|L 8-8, C 0-2| SpaceBefore(
|
|
Num(
|
|
"42",
|
|
),
|
|
[
|
|
Newline,
|
|
Newline,
|
|
],
|
|
),
|
|
),
|
|
[
|
|
DocComment(
|
|
"first line of docs",
|
|
),
|
|
DocComment(
|
|
" second line",
|
|
),
|
|
DocComment(
|
|
" third line",
|
|
),
|
|
DocComment(
|
|
"fourth line",
|
|
),
|
|
DocComment(
|
|
"",
|
|
),
|
|
DocComment(
|
|
"sixth line after doc new line",
|
|
),
|
|
],
|
|
)
|