[Haskell-beginners] Arithmetic expression parsing problem

Francesco Ariis fa-ml at ariis.it
Mon Mar 30 11:38:04 UTC 2015


On Mon, Mar 30, 2015 at 04:10:18PM +0800, m00nlight wrote:
> Hi Francesco,
> 
> Thanks for your explaination, so how can I modify the parser to handle this case?
> Can you give me some more details of how to modify it?
> 
> Thanks in advanced.

Can't now, but take a look at Parsec.Token.reservedOp! You might want to
read what it does and use it instead of `string`


More information about the Beginners mailing list