basement-0.0.2: Foundation scrap box of array & string

Safe HaskellNone
LanguageHaskell2010

Basement.Compat.ExtList

Synopsis

Documentation

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 #