Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Arithmetic expression parsing problem (Francesco Ariis)
----------------------------------------------------------------------
Message: 1
Date: Mon, 30 Mar 2015 13:38:04 +0200
From: Francesco Ariis <[email protected]>
To: [email protected]
Subject: Re: [Haskell-beginners] Arithmetic expression parsing problem
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
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`
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 81, Issue 74
*****************************************