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
b8571d68c4
tvl-depot
/
tests
/
lang
/
eval-okay-map.nix
3 lines
75 B
Nix
Raw
Normal View
History
Unescape
Escape
* Builtin function `add' to add integers. * Put common test functions in tests/lang/lib.nix.
2006-09-22 17:29:21 +02:00
with
import
./lib.nix
;
concat
(
map
(
x
:
x
+
"
b
a
r
"
)
[
"
f
o
o
"
"
b
l
a
"
"
x
y
z
z
y
"
]
)
Reference in a new issue
Copy permalink