Function: COMMON-LISP:COMPUTE-RESTARTS

package type clhs github

Return a list of all the currently active restarts ordered from most recently established to less recently established. If CONDITION is specified, then only restarts associated with CONDITION (or with no condition) will be returned.

Lambda list

(&optional condition)