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
2f0b508c29
nix-super
/
tests
/
functional
/
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 18:29:21 +03: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