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
159e621d1a
tvl-depot
/
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 13:15:04 +02:00
let
{
x
=
"
a
"
;
y
=
"
b
"
;
f
=
{
x
?
y
,
y
?
x
}:
x
+
y
;
* More tests.
2006-05-02 13:20:55 +02:00
body
=
f
{
}
;
* Tests for NIX-45.
2006-05-02 13:15:04 +02:00
}
Reference in a new issue
Copy permalink