gallais/idris-tparsec

Add monadic and combinators

gallais opened this issue · 4 comments

I can't find good names for these in Idris: the m is already taken by the Maybe-tainted
combinators.

I was thinking to rename the existing ones to ..f for "failure", what do you think?

I think of it as saying that one parser is optional rather than failure.
So maybe opt?

Added in 1432b62 (renaming done in dc306d6)

Perfect!