I have a use-case where any item of a list doesn't parse and it should fail the whole thing rather than ignoring it and return an empty list. Is the list combinator should behave this way? or should this be a separate combinator, something called list_fail_early.
Hi @J-F-Liu ,
I have a use-case where any item of a
list
doesn't parse and it should fail the whole thing rather than ignoring it and return an empty list. Is thelist
combinator should behave this way? or should this be a separate combinator, something calledlist_fail_early
.This change is