Skip to content

Commit 64c044e

Browse files
authored
Merge pull request #240 from purescript-contrib/arraycomb
Bugfix Combinators.Array.many
2 parents a7029c0 + bdca060 commit 64c044e

File tree

5 files changed

+1239
-1363
lines changed

5 files changed

+1239
-1363
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Notable changes to this project are documented in this file. The format is based
77
Bugfixes:
88
- `float` parser of `GenTokenParser` does not parse negative numbers (by @mstream)
99
- Fixes `consumed` semantics which could cause unexpected backtracking instead of a failure (by @natefaubion)
10+
- Fix `Combinators.Array.many` and `Combinators.Array.many1`. If the phrase fails after consuming
11+
then the combinator fails. (#240 by @jamesdbrock)
1012

1113
Breaking changes:
1214

0 commit comments

Comments
 (0)