mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
19 lines
363 B
Text
19 lines
363 B
Text
Apply(
|
|
|L 0-0, C 0-4| Var {
|
|
module_name: "",
|
|
ident: "whee",
|
|
},
|
|
[
|
|
|L 0-0, C 6-8| Num(
|
|
"12",
|
|
),
|
|
|L 0-0, C 9-13| UnaryOp(
|
|
|L 0-0, C 10-13| Var {
|
|
module_name: "",
|
|
ident: "foo",
|
|
},
|
|
|L 0-0, C 9-10| Negate,
|
|
),
|
|
],
|
|
Space,
|
|
)
|