index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lang
/
eval-okay-concat.exp
Age
Commit message (
Collapse
)
Author
2010-04-21
* Update the expected test output (no longer an ATerm).
Eelco Dolstra
2005-07-25
* Added a list concatenation operator:
Eelco Dolstra
[1 2 3] ++ [4 5 6] => [1 2 3 4 5 6]