[Haskell-cafe] Re: Re: A parsec question

Ben Franksen ben.franksen at online.de
Sun Oct 3 19:42:58 EDT 2010


Antoine Latter wrote:
> 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.
>>
> 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.

Thanks! I hope we get a new minor release with these fixes soon. I love
parsec-3 very much, especially since you fixed the speed problems.

Cheers
Ben



More information about the Haskell-Cafe mailing list