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
_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to