A fancier Get monad or two (a la binary and binary-strict)

Johan Tibell johan.tibell at gmail.com
Sun Aug 3 19:54:36 EDT 2008


On Thu, Jul 31, 2008 at 2:00 PM, Chris Kuklewicz
<haskell at list.mightyreason.com> wrote:
> [terrific explanation of the problem]

Thanks a lot for the explanation. It's perfectly clear to me now. I
changed by implementation along the lines with the one you attached
except I didn't use Maybe to wrap the error handler in the parse state
but instead set the failure handler to `failed' instead of Nothing on
commit.

Cheers,

Johan


More information about the Libraries mailing list