Function: COMMON-LISP:INVOKE-RESTART

package type clhs github

Calls the function associated with the given restart, passing any given arguments. If the argument restart is not a restart or a currently active non-nil restart name, then a CONTROL-ERROR is signalled.

Lambda list

(restart &rest values)