depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lang
/
eval-okay-concat.nix
Age
Commit message (
Collapse
)
Author
Files
Lines
2005-07-25
* Added a list concatenation operator:
Eelco Dolstra
1
-0
/
+1
[1 2 3] ++ [4 5 6] => [1 2 3 4 5 6]