(rontolisp) docs
← Functions

compute-restarts

(compute-restarts [condition])

Returns a list of every active restart record, innermost first (clauses of one restart-case in their written order). Each element answers to restart-name and can be passed to invoke-restart. Lite: the optional condition argument is accepted and ignored.