Daftar Haskell Gabungan
--input:
[1,2] ++ [3,4]
--output:
[1,2,3,4]
Maloe
--input:
[1,2] ++ [3,4]
--output:
[1,2,3,4]