On Tue, Aug 01, 2006 at 09:41:40AM +0100,
 Chris Kuklewicz <[EMAIL PROTECTED]> wrote 
 a message of 105 lines which said:

> The problem is mentioned here:
> 
> http://www.cs.uu.nl/people/daan/download/parsec/parsec.html#notFollowedBy

notFollowedBy seems to work for me and is quite simple, even for my
brain. Thanks.

> The first would be to test whether "bb" is followed by "eof" or
> "comma" before accepting it.

notFollowedBy actually does the opposite (checking that there are no
more letters).

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

Reply via email to