We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this description correct?
purescript-parsing/src/Text/Parsing/Parser/Combinators.purs
Lines 62 to 64 in 297ad9e
The way I read the Alt instance,
Alt
purescript-parsing/src/Text/Parsing/Parser.purs
Lines 104 to 110 in 297ad9e
I think this description should be
-- | Provide a default result in the case where a parser fails or consumes no input.
I don't see anything in the test suite which clarifies this. Need to test.
The text was updated successfully, but these errors were encountered:
This description is correct.
Sorry, something went wrong.
No branches or pull requests
Is this description correct?
purescript-parsing/src/Text/Parsing/Parser/Combinators.purs
Lines 62 to 64 in 297ad9e
The way I read the
Alt
instance,purescript-parsing/src/Text/Parsing/Parser.purs
Lines 104 to 110 in 297ad9e
I think this description should be
-- | Provide a default result in the case where a parser fails or consumes no input.
I don't see anything in the test suite which clarifies this. Need to test.
The text was updated successfully, but these errors were encountered: