-
Notifications
You must be signed in to change notification settings - Fork 51
manyIndex ParseError message #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
jamesdbrock
added a commit
that referenced
this issue
Nov 9, 2022
Return the parse error message of the phrase parser which failed instead of “Expected more phrases.” Also how many phrases were expected. #210
4 tasks
jamesdbrock
added a commit
that referenced
this issue
Nov 9, 2022
Return the parse error message of the phrase parser which failed instead of “Expected more phrases.” Also how many phrases were expected. #210
jamesdbrock
added a commit
that referenced
this issue
Nov 9, 2022
Return the parse error message of the phrase parser which failed instead of “Expected more phrases.” Also how many phrases were expected. #210
jamesdbrock
added a commit
that referenced
this issue
Nov 9, 2022
Return the parse error message of the phrase parser which failed instead of “Expected more phrases.” Also how many phrases were expected. #210
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
manyIndex
should return the parse error message of the phrase parser which failed instead of “Expected more phrases.”That’s what
replicateA
does.purescript-parsing/src/Parsing/Combinators.purs
Line 472 in f806ce6
The text was updated successfully, but these errors were encountered: