gonix
/
tests
/
functional2
/
lang
/
function-args
/
in-missing-args.nix
1
({
a
,
b
,
c
,
d
}:
a
+
b
+
c
+
d
)
{
}