This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7148df7971
tvl-depot
/
tests
/
lang
/
eval-fail-undeclared-arg.nix
2 lines
51 B
Nix
Raw
Normal View
History
Unescape
Escape
* Allow function argument default values to refer to other arguments of the function. Implements NIX-45.
2006-05-08 14:52:47 +02:00
(
{
x
,
z
}:
x
+
z
)
{
x
=
"
f
o
o
"
;
y
=
"
b
l
a
"
;
z
=
"
b
a
r
"
;
}
Reference in a new issue
Copy permalink