nix-gh/tests/lang/eval-fail-undeclared-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
51 B
Nix

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