chickadee » comparse » none-of

none-of parser #!rest parsersprocedure

Returns a parser which applies the given parsers from left to right and returns #t as its result if none of them succeed while it doesn't consume any items from the input. See also the note on variadic combinators.