Instant is
off
|
Search plugin
|
Manual
|
haskell.org
foldl'
+base
Packages
base
foldl'
:: (a -> b -> a) -> a -> [b] -> a
base
Data.List
A strict version of
foldl
.
foldl'
:: Foldable t => (a -> b -> a) -> a -> t b -> a
base
Data.Foldable
Fold over the elements of a structure, associating to the left, but strictly.
©
Neil Mitchell
2004-2012, version 4.2.11