mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
30 lines
497 B
Text
30 lines
497 B
Text
Defs {
|
|
tags: [
|
|
Index(2147483648),
|
|
],
|
|
regions: [
|
|
@0-7,
|
|
],
|
|
space_before: [
|
|
Slice(start = 0, length = 0),
|
|
],
|
|
space_after: [
|
|
Slice(start = 0, length = 1),
|
|
],
|
|
spaces: [
|
|
LineComment(
|
|
" comment after",
|
|
),
|
|
],
|
|
type_defs: [],
|
|
value_defs: [
|
|
Body(
|
|
@0-3 Identifier(
|
|
"foo",
|
|
),
|
|
@6-7 Num(
|
|
"1",
|
|
),
|
|
),
|
|
],
|
|
}
|