Instant is
off
|
Search plugin
|
Manual
|
haskell.org
foldl'
+text
Packages
text
foldl'
:: (a -> Char -> a) -> a -> Text -> a
text
Data.Text
,
text
Data.Text.Lazy
O(n)
A strict version of
foldl
. Subject to fusion.
©
Neil Mitchell
2004-2012, version 4.2.11