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