forked from lix-project/lix
2 lines
47 B
Nix
2 lines
47 B
Nix
|
({x, y, z}: x + y + z) {x = "foo"; z = "bar";}
|