Hi!
> Peter Simons wrote:
> > Read and process the file in blocks:
> >
> > http://cryp.to/blockio/docs/tutorial.html
>
> On a related note, I've found the collection of papers below to be
> helpful in understanding different methods of handling files in Haskell.
>
> http://okmij.org/ftp/Computation/Computation.html#enumerator-stream
Sorry, I don't understand. I thought the problem is in laziness - my list of
tuples becomes ("qqq", 1+1+1+.....) etc and my program reads whole file
before it starts processing. Am I right or not? If I'm right, how can I
inform compiler that my list of tuples should be strict?
--
Alexander Kogan
Auto Wave Processes Group
Institute of Applied Physics RAS
_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe