
4 Jun
2013
4 Jun
'13
5:15 p.m.
On 05/06/13 07:01, silvio wrote:
array does provide folding functions, found in its Foldable and Traversable instances.
Where can I find this? I can neither in the array package nor with google nor with hoogle.
Silvio
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe Data.Foldable and Data.Traversable, if you hoogle "Foldable" or "Traversable" you'll find their modules' docs.