basement-0.0.9: Foundation scrap box of array & string

Safe HaskellNone
LanguageHaskell2010

Basement.Compat.ExtList

Synopsis

Documentation

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 #