This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fac6f8aac0
tvl-depot
/
tests
/
lang
/
eval-okay-concat.nix
2 lines
30 B
Nix
Raw
Normal View
History
Unescape
Escape
* Added a list concatenation operator: [1 2 3] ++ [4 5 6] => [1 2 3 4 5 6]
2005-07-25 17:05:34 +02:00
[
1
2
3
]
++
[
4
5
6
]
++
[
7
8
9
]
Reference in a new issue
Copy permalink