mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-12 23:06:18 +00:00
39 lines
786 B
Text
39 lines
786 B
Text
Defs {
|
|
tags: [
|
|
Index(2147483648),
|
|
],
|
|
regions: [
|
|
@25-41,
|
|
],
|
|
space_before: [
|
|
Slice(start = 0, length = 1),
|
|
],
|
|
space_after: [
|
|
Slice(start = 1, length = 1),
|
|
],
|
|
spaces: [
|
|
LineComment(
|
|
" expecting some effects",
|
|
),
|
|
Newline,
|
|
],
|
|
type_defs: [],
|
|
value_defs: [
|
|
ExpectFx {
|
|
condition: @35-41 BinOps(
|
|
[
|
|
(
|
|
@35-36 Num(
|
|
"5",
|
|
),
|
|
@37-39 Equals,
|
|
),
|
|
],
|
|
@40-41 Num(
|
|
"2",
|
|
),
|
|
),
|
|
preceding_comment: @25-25,
|
|
},
|
|
],
|
|
}
|