mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
* Added a list concatenation operator:
[1 2 3] ++ [4 5 6] => [1 2 3 4 5 6]
This commit is contained in:
parent
e6899794ae
commit
991a130b1e
8 changed files with 29 additions and 12 deletions
1
tests/lang/eval-okay-concat.nix
Normal file
1
tests/lang/eval-okay-concat.nix
Normal file
|
@ -0,0 +1 @@
|
|||
[1 2 3] ++ [4 5 6] ++ [7 8 9]
|
Loading…
Add table
Add a link
Reference in a new issue