[Haskell-cafe] Re: Parsec problem

David House dmhouse at gmail.com
Wed Jun 6 12:57:16 EDT 2007


On 06/06/07, Christian Maeder <maeder at tzi.de> wrote:
> "try names" does not consume input when names fails, but it may also not
> consume input when names succeeds on the empty input. In that (latter)
> case the other alternative (type) is not tried.

But in that case it'd be successful and return Right.

-- 
-David House, dmhouse at gmail.com


More information about the Haskell-Cafe mailing list