[Haskell-cafe] Are there standard idioms for lazy, pure error handling?

Bas van Dijk v.dijk.bas at gmail.com
Mon Nov 30 07:23:40 EST 2009


On Mon, Nov 30, 2009 at 6:22 AM, John Millikin <jmillikin at gmail.com> wrote:
> ...I've considered two possible error handling modes...

Regarding parsing, there's a third option: iteratees[1]. See [2] for a
motivation and description of iteratees.

regards,

Bas

[1] http://hackage.haskell.org/package/iteratee
[2] http://okmij.org/ftp/Streams.html#iteratee


More information about the Haskell-Cafe mailing list