roc/crates/compiler/parse/tests/snapshots/pass/two_arg_closure.expr.result-ast

13 lines
166 B
Text

Closure(
[
@1-2 Identifier(
"a",
),
@4-5 Identifier(
"b",
),
],
@9-11 Num(
"42",
),
)