ContinuationParserExtension<R> extension

on

Methods

callCC<S>(ContinuationHandler<R, S> handler) Parser<S>

Available on Parser<R>, provided by the ContinuationParserExtension extension

Returns a parser that when activated captures a continuation function and passes it together with the current context into the handler.