mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
19 lines
296 B
Text
19 lines
296 B
Text
Apply(
|
|
@0-5 UnaryOp(
|
|
@1-5 Var {
|
|
module_name: "",
|
|
ident: "whee",
|
|
},
|
|
@0-1 Not,
|
|
),
|
|
[
|
|
@7-9 Num(
|
|
"12",
|
|
),
|
|
@10-13 Var {
|
|
module_name: "",
|
|
ident: "foo",
|
|
},
|
|
],
|
|
Space,
|
|
)
|