option description
Closed this issue · 1 comments
jamesdbrock commented
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.
jamesdbrock commented
This description is correct.