[Haskell-cafe] Re: A parsec question

Antoine Latter aslatter at gmail.com
Sun Oct 3 19:00:43 EDT 2010


On Sun, Oct 3, 2010 at 11:55 AM, Ben Franksen <ben.franksen at online.de> wrote:
> Stephen Tetley wrote:
>> Does this one give the "expected" error message for Parsec3.1 -
>> unfortunately I can't test as I'm still using Parsec 2.1.0.1.
>>
>>> parser = block (many digit <?> "digit")
>
> Unfortunately, no.
>
> Cheers
> Ben
>

Hey folks, sorry about this one - my changes to parsec in 3.1 made
these error messages worse. I've sent a patch off to the maintainer
which fixes the examples in this thread.

Antoine


More information about the Haskell-Cafe mailing list