
4 Jul
2007
4 Jul
'07
3:54 a.m.
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