[Haskell-cafe] Array, Vector, Bytestring
Mike Ledger
mike at quasimal.com
Tue Jun 4 23:15:15 CEST 2013
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 at 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.
More information about the Haskell-Cafe
mailing list