[Haskell-cafe] An irritating Parsec problem
Andrew Coppin
andrewcoppin at btinternet.com
Wed Oct 15 15:35:13 EDT 2008
Philippa Cowderoy wrote:
> expressions = do es <- many1 expression
> eof
> return es
>
Ah - so "eof" fails if it isn't the end of the input?
More information about the Haskell-Cafe
mailing list