mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
32 lines
638 B
Text
32 lines
638 B
Text
Defs {
|
|
tags: [
|
|
EitherIndex(0),
|
|
],
|
|
regions: [
|
|
@0-9,
|
|
],
|
|
space_before: [
|
|
Slice<roc_parse::ast::CommentOrNewline> { start: 0, length: 0 },
|
|
],
|
|
space_after: [
|
|
Slice<roc_parse::ast::CommentOrNewline> { start: 0, length: 1 },
|
|
],
|
|
spaces: [
|
|
Newline,
|
|
],
|
|
type_defs: [
|
|
Opaque {
|
|
header: TypeHeader {
|
|
name: @0-3 "Age",
|
|
vars: [],
|
|
},
|
|
typ: @7-9 Apply(
|
|
"",
|
|
"U8",
|
|
[],
|
|
),
|
|
derived: None,
|
|
},
|
|
],
|
|
value_defs: [],
|
|
}
|