[Haskell] Re: [Haskell-cafe] ANNOUNCE: enumerator, an alternative iteratee package

Felipe Lessa felipe.lessa at gmail.com
Fri Aug 20 11:59:38 EDT 2010


On Fri, Aug 20, 2010 at 12:51 PM, John Millikin <jmillikin at gmail.com> wrote:
> Currently, I'm planning on the following type signatures for D.E.Text.
> 'enumHandle' will use Text's hGetLine, since there doesn't seem to be
> any text-based equivalent to ByteString's 'hGet'.

CC'ing text's maintainer.  Using 'hGetLine' will cause baaad surprises
when you process a 10 GiB file with no '\n' in sight.

Cheers! =)

-- 
Felipe.


More information about the Haskell-Cafe mailing list