CLCS

Interfaces to Restarts

Some restarts have functional interfaces, such as abort, continue, muffle-warning, store-value, and use-value. They are ordinary functions that use find-restart and invoke-restart internally, that have the same name as the restarts they manipulate, and that are provided simply for notational convenience.

Figure 9–6 shows defined names relating to restarts.

abortinvoke-restart-interactivelystore-value
compute-restartsmuffle-warninguse-value
continuerestart-bindwith-simple-restart
find-restartrestart-case
invoke-restartrestart-name
Figure 9–6: Defined names relating to restarts.