[Haskell-cafe] ANNOUNCE: Parsed 0.0.1

Tillmann Rendel rendel at informatik.uni-tuebingen.de
Wed Apr 1 10:52:53 UTC 2015


Hi,

Mike Izbicki wrote:
> https://github.com/mikeizbicki/parsed

I don't want to bash your library, but I fear you made a wrong choice. 
In parsec,

   (many1 (string "a") <|> many1 (string "b")) >> string "c"

accepts "bc", but I don't see how the corresponding grammar can be 
par-séd. Maybe you should replace a failure by a list of successes?

   Tillmann


More information about the Haskell-Cafe mailing list