We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd49c54 commit 9650d39Copy full SHA for 9650d39
src/Parsing.purs
@@ -80,6 +80,7 @@ derive instance ordParseError :: Ord ParseError
80
-- | - If the left parser fails *without consuming any input*, then backtrack and try the right parser.
81
-- | - If the left parser fails and consumes input, then fail immediately.
82
data ParseState s = ParseState s Position Boolean
83
+
84
-- ParseState constructor has three parameters,
85
-- s: the remaining input
86
-- Position: the current position
0 commit comments