recursive-restart
Restarts that can invoke themselves.
$ area51 add recursive-restartCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(recursive-restart:some-function ...)Restarts that can invoke themselves.
$ area51 add recursive-restartCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(recursive-restart:some-function ...)