This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nix
Watch
2
Star
0
Fork
0
You've already forked nix
mirror of
https://github.com/NixOS/nix.git
synced
2024-11-22 14:52:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
57a478572d
nix
/
tests
/
functional
/
lang
/
eval-fail-scope-5.nix
11 lines
78 B
Nix
Raw
Normal View
History
Unescape
Escape
* Tests for NIX-45.
2006-05-02 11:15:04 +00:00
let
{
x
=
"
a
"
;
y
=
"
b
"
;
f
=
{
x
?
y
,
y
?
x
}:
x
+
y
;
* More tests.
2006-05-02 11:20:55 +00:00
body
=
f
{
}
;
* Tests for NIX-45.
2006-05-02 11:15:04 +00:00
}
Reference in New Issue
Copy Permalink