A arbitrary size collection of the same datatype.

[1,2,3,4]
['a','b','c']

Datatype

Functions

Underlying Implementation

[1,2,3,4]
-- is actuall syntactic sugar for
1:2:3:4:[]