This website requires JavaScript.
Explore
Help
Sign In
cafkafk
/
lix
Watch
1
Star
0
Fork
You've already forked lix
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
34bb806f74
lix
/
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