about summary refs log tree commit diff
path: root/tests/lang/eval-okay-list.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-09-22 * Builtin function `add' to add integers.Eelco Dolstra1-8/+2
* Put common test functions in tests/lang/lib.nix.
2006-09-22 * Builtin functions `head' and `tail' to return the head and tail ofEelco Dolstra1-0/+13
list. Useful for lots of things, such as implementing a fold function (see NIX-30, example is in tests/lang/eval-okay-list.nix).