forked from lix-project/lix
991a130b1e
[1 2 3] ++ [4 5 6] => [1 2 3 4 5 6]
2 lines
30 B
Nix
2 lines
30 B
Nix
[1 2 3] ++ [4 5 6] ++ [7 8 9]
|