[Haskell-cafe] Re: How efficient is read?

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Sun May 9 06:42:26 EDT 2010


Stephen Tetley <stephen.tetley at gmail.com> writes:
> The 10 year old documentation is very good though - for my taste,
> Parsec 2.0 is the best documented Haskell lib I've seen.

But does it help with Parsec-3?

> If you want to parse a stream, you don't want Parsec as produces as it
> isn't an online parser - online meaning 'streaming' i.e. it can
> produce some results during the 'work' rather than a single result at
> the end.

I thought this was one of the new features in Parsec-3...

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list