[Haskell-cafe] Re: Error in enumerator when using interpreter instead of compiler

John Millikin jmillikin at gmail.com
Sun Aug 22 18:28:32 EDT 2010


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.


More information about the Haskell-Cafe mailing list