Type class that allow convertions to and from a list of homogenous types. This is a re-export of a class available in base.
The Element define a family for thing inside other things.
Collection type class represent types containing 1-to-many values of a specific homogenous type. Allow to efficently support
Represent collection that contains elements in a sequence, this loosely abstract
things like [a]
.