Well, now I know why the "iteratee" package never defined something like "iterFile" -- it's not really possible. The only way to open handles within an iteratee prevents exception-safe release.
enumerator-0.3 will remove the iterFile functions. iterHandle will remain, to be used as in your second example. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
