nix-gh/tests/lang/eval-okay-map.nix
Eelco Dolstra 2ab4bc44c7 * Builtin function `add' to add integers.
* Put common test functions in tests/lang/lib.nix.
2006-09-22 15:29:21 +00:00

3 lines
75 B
Nix

with import ./lib.nix;
concat (map (x: x + "bar") [ "foo" "bla" "xyzzy" ])