Alexander N Kogan writes: > I'm newbie and I don't understand how to process large > files in haskell with constant memory requirements. Read and process the file in blocks: http://cryp.to/blockio/docs/tutorial.html Peter