[Haskell-cafe] A parsec question

Stephen Tetley stephen.tetley at gmail.com
Sun Oct 3 03:37:15 EDT 2010


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")


More information about the Haskell-Cafe mailing list