elm-community / parser-combinators

A parser combinator library for Elm.
http://package.elm-lang.org/packages/elm-community/parser-combinators/latest
BSD 3-Clause "New" or "Revised" License
104 stars 13 forks source link

Short-circuit many function on unconsumed input #9

Closed freakingawesome closed 8 years ago

freakingawesome commented 8 years ago

Addresses issue: https://github.com/Bogdanp/elm-combine/issues/8

This fixes a bug where, for example, nested many calls fail to halt.

Bogdanp commented 8 years ago

Looks good, thanks!