This website requires JavaScript.
Explore
Help
Sign in
max
/
nix-super
Watch
1
Star
0
Fork
You've already forked nix-super
0
mirror of
https://github.com/privatevoid-net/nix-super.git
synced
2024-11-10 16:26:18 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c85097da7c
nix-super
/
tests
/
lang
/
eval-fail-scope-5.nix
11 lines
78 B
Nix
Raw
Normal View
History
Unescape
Escape
* Tests for NIX-45.
2006-05-02 14:15:04 +03:00
let
{
x
=
"
a
"
;
y
=
"
b
"
;
f
=
{
x
?
y
,
y
?
x
}:
x
+
y
;
* More tests.
2006-05-02 14:20:55 +03:00
body
=
f
{
}
;
* Tests for NIX-45.
2006-05-02 14:15:04 +03:00
}
Reference in a new issue
Copy permalink