Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-22 | * Builtin function `add' to add integers. | Eelco Dolstra | |
* 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 | |
list. Useful for lots of things, such as implementing a fold function (see NIX-30, example is in tests/lang/eval-okay-list.nix). |