mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-14 15:55:02 +00:00
53 lines
1.1 KiB
Text
53 lines
1.1 KiB
Text
SpaceBefore(
|
|
Defs(
|
|
Defs {
|
|
tags: [
|
|
Index(2147483648),
|
|
],
|
|
regions: [
|
|
@113-118,
|
|
],
|
|
space_before: [
|
|
Slice(start = 0, length = 0),
|
|
],
|
|
space_after: [
|
|
Slice(start = 0, length = 0),
|
|
],
|
|
spaces: [],
|
|
type_defs: [],
|
|
value_defs: [
|
|
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",
|
|
),
|
|
],
|
|
)
|