Skip to content

Commit 6e23d3b

Browse files
natefaubionjamesdbrock
authored andcommitted
Formatting
1 parent 651105d commit 6e23d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Parsing.purs

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ derive instance ordParseError :: Ord ParseError
8080
-- | - If the left parser fails *without consuming any input*, then backtrack and try the right parser.
8181
-- | - If the left parser fails and consumes input, then fail immediately.
8282
data ParseState s = ParseState s Position Boolean
83+
8384
-- ParseState constructor has three parameters,
8485
-- s: the remaining input
8586
-- Position: the current position

0 commit comments

Comments
 (0)