More Functions for Foldable Containers
There are a few more useful functions defined in the Data.Foldable
module of
the Haskell standard library that can be used to manipulate foldable containers
but which are not part of the Foldable
type class. I'll discuss only a few of
them. For a full list, see Hoogle.