chickadee » comparse » all-of

all-of parser #!rest parsersprocedure

Returns a parser which applies the given parsers from left to right and returns the result of the last one if all succeed. See also the note on variadic combinators.