Andrew Coppin wrote:
Essentially I want to run a parser on top of a parser, and I think maybe this is the way to do it.

I doubt monad transformers are the answer.

I imagine you just want to one run parser over the result of the previous, which is just function composition, modulo a sensible way of handling errors.

If you give more details on what you're trying, people may have helpful insights. Or not :)

Jules
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to