nix-gh/tests/lang/eval-fail-missing-arg.nix
Eelco Dolstra 5cabd47394 * Allow function argument default values to refer to other arguments
of the function.  Implements NIX-45.
2006-05-08 12:52:47 +00:00

2 lines
47 B
Nix

({x, y, z}: x + y + z) {x = "foo"; z = "bar";}