purescript-contrib/purescript-parsing

manyIndex ParseError message

Closed this issue · 0 comments

manyIndex should return the parse error message of the phrase parser which failed instead of “Expected more phrases.”

That’s what replicateA does.

fail "Expected more phrases"