[Haskell-cafe] Sparse documentation

Jules Bean jules at jellybean.co.uk
Wed Jul 4 03:54:17 EDT 2007


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


More information about the Haskell-Cafe mailing list