Re: Lazy streams and unsafeInterleaveIO (another 'safe' solution offered)

2003-01-01 Thread Richard E . Adams
by a '? '. putStrLn sum - sumInts 0 -- start out with the total initialized to zero putStr The final total was print sum --runningTotal.hs ends here-- Sincerely, Richard E. Adams Email: [EMAIL PROTECTED

Re: foldl' ?

2002-11-16 Thread Richard E . Adams
: Text1. *Text1 f 'A' *Text1 Richard E. Adams Email: [EMAIL PROTECTED] (or) [EMAIL PROTECTED] On Saturday, November 16, 2002, at 06:55 AM, Mark Carroll wrote: Where do I find foldl' in GHC? It's mentioned on http://www.haskell.org/ghc/docs/latest/html/base/Data.List.html