On Thu, Jan 30, 2014 at 8:31 PM, Gabriel Gonzalez <[email protected]> wrote: > I think the issue here is that you are exposing the `Producer` to the user > at all. Like I mentioned in another e-mail, I think the correct API is that > the user provides you with a `Parser ByteString IO ()`.
Right -- that is the 'StateT' based solution I mentioned. This is my dummy implementation -- which I am still refactoring: https://github.com/stepcut/hyperdrive/blob/master/experiments/HyperMonad.hs - jeremy -- You received this message because you are subscribed to the Google Groups "Haskell Pipes" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
