basement-0.0.1: Foundation scrap box of array & string
Basement.Compat.ExtList
Synopsis
length :: [a] -> Int 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 #