This website requires JavaScript.
Explore
Help
Sign In
scriptis
/
lix
Watch
0
Star
0
Fork
You've already forked lix
0
forked from
lix-project/lix
Code
Pull requests
Activity
9865ebaaa6
lix
/
tests
/
functional
/
lang
/
eval-okay-scope-4.nix
8 lines
87 B
Nix
Raw
Normal View
History
Unescape
Escape
treewide: Stop using ancient let syntax Shows for how long these tests have not been touched by anyone … Change-Id: I3d0c1209a86283ddb012db4e7d45073264fdd0eb
2024-08-18 15:28:04 +00:00
let
* Tests for NIX-45.
2006-05-02 11:15:04 +00:00
x
=
"
a
"
;
y
=
"
b
"
;
f
=
{
x
?
y
,
y
?
x
}:
x
+
y
;
treewide: Stop using ancient let syntax Shows for how long these tests have not been touched by anyone … Change-Id: I3d0c1209a86283ddb012db4e7d45073264fdd0eb
2024-08-18 15:28:04 +00:00
in
f
{
x
=
"
c
"
;
}
+
f
{
y
=
"
d
"
;
}
Copy permalink