about summary refs log tree commit diff
path: root/tests/lang/eval-okay-flatten.exp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-04-21 * Update the expected test output (no longer an ATerm).Eelco Dolstra1-1/+1
2006-10-17 * Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), andEelco Dolstra1-1/+1
the semantic changes.
2006-09-22 * Added a builtin function `isList' to test whether a value is a list.Eelco Dolstra1-0/+1
With this primitive, a list-flattening function can be implemented (NIX-55, example is in tests/lang/eval-okay-flatten.nix).