Basement.Compat.ExtList
length :: [a] -> CountOf a #
Compute the size of the list
null :: [a] -> Bool #
sum :: Additive n => [n] -> n #
Sum the element in a list
reverse :: [a] -> [a] #
(!!) :: [a] -> Offset a -> a #