This website requires JavaScript.
Explore
Help
Sign In
lix-project
/
lix
Watch
20
Star
55
Fork
You've already forked lix
31
Code
Issues
344
Code Review (Gerrit)
Projects
3
Releases
Wiki
Activity
84722d67d2
lix
/
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 15:29:21 +00: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