Hi, Im starting in haskell, and wish to develop a program to process hd images, searching for file specific patterns. I will have to deal with situations where I only want to read the end of the image. My problem is: if I use hGetContents to that, the beginning of the file will allways be readen, even if only the end is important. Is there any way to tell the compiller to be 'more lazy' so if appears content!!100000 it skips a lot of data? Im not concearned with concurrency here.
Átila _______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell