compute-restarts ( error -- seq )


Vocabulary
continuations

Inputs
erroran object


Outputs
seqa sequence


Word description
Outputs a sequence of triples, where each triple consists of a human-readable string, an object, and a continuation. Resuming a continuation with the corresponding object restarts execution immediately after the corresponding call to condition.

This word recursively travels up the delegation chain to collate restarts from nested and wrapped conditions.

Definition


Methods