basement-0.0.15: Foundation scrap box of array & string
Safe Haskell None
Language Haskell2010

Basement.Compat.ExtList

Synopsis

Documentation

length :: [a] -> CountOf a Source #

Compute the size of the list

sum :: Additive n => [n] -> n Source #

Sum the element in a list