This website requires JavaScript.
Explore
Help
Sign in
TakeV
/
guix
Watch
1
Star
0
Fork
You've already forked guix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
5558652709
guix
/
tests
/
lang
/
eval-fail-missing-arg.nix
2 lines
47 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 12:52:47 +00:00
(
{
x
,
y
,
z
}:
x
+
y
+
z
)
{
x
=
"
f
o
o
"
;
z
=
"
b
a
r
"
;
}
Reference in a new issue
Copy permalink