chickadee » comparse » sequence

sequence parser #!rest parsersprocedure

Returns a parser which applies the given parsers from left to right and returns the list of their results when all succeed. See also the note on variadic combinators.