gonix
/
tests
/
functional2
/
lang
/
scope
/
in-6.nix
1
2
3
4
5
let
f
=
{
x
?
y
,
y
?
x
}:
x
+
y
;
in
f
{
x
=
"c"
;}
+
f
{
y
=
"d"
;}