[Haskell-cafe] foldlWhile

Benjamin Franksen benjamin.franksen at bessy.de
Mon Nov 22 11:07:40 EST 2004


On Saturday 20 November 2004 10:47, Serge D. Mechveliani wrote:
> Is such a function familia to the Haskell users?
>
>   foldlWhile :: (a -> b -> a) -> (a -> Bool) -> a -> [b] -> a

Maybe this link is of interest to you: 
http://okmij.org/ftp/Haskell/#fold-stream

Ben
-- 
Top level things with identity are evil.	-- Lennart Augustsson


More information about the Haskell-Cafe mailing list