Nix/tests/lang/eval-okay-list.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

7 lines
81 B
Nix

with import ./lib.nix;
let {
body = concat ["foo" "bar" "bla" "test"];
}