Haskell List
++and:for concatenationhead,tail,init,lastreversetake num,drop numnullelemelem 'x' ['a', 'b', 'c']
concatconcat [[3, 1], [2], [], [5, 10]]
- Linear time function
length!!index
- range
[1, 3 .. 20][1,3,5,7,9,11,13,15,17,19]
[10, 9 .. 1][10,9,8,7,6,5,4,3,2,1][0 .. ]infinite lists