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