foldl laziness support. Reply

Neil Mitchell ndmitchell at gmail.com
Mon Oct 16 06:46:33 EDT 2006


Hi

> I do not see  foldl'  in the standard library.
> Is it of the GHC lib extension?  has it strictness annotation?

Hoogle it!

http://haskell.org/hoogle/?q=foldl%27

Data.List.foldl' :: (a -> b -> a) -> a -> [b] -> a

Thanks

Neil


More information about the Glasgow-haskell-users mailing list