Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-21 | * Update the expected test output (no longer an ATerm). | Eelco Dolstra | |
2006-10-17 | * Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), and | Eelco Dolstra | |
the semantic changes. | |||
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). |