Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-22 | * Builtin function `add' to add integers. | Eelco Dolstra | 1 | -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 of | Eelco Dolstra | 1 | -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). |