mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
14 lines
190 B
Text
14 lines
190 B
Text
Apply(
|
|
@1-5 ParensAround(
|
|
Var {
|
|
module_name: "",
|
|
ident: "whee",
|
|
},
|
|
),
|
|
[
|
|
@7-8 Num(
|
|
"1",
|
|
),
|
|
],
|
|
Space,
|
|
)
|