This is the trivial-restarts Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Jul 13 22:14:40 2025 GMT+0.
trivial-restarts/trivial-restarts.asd
trivial-restarts/src/package.lisp
trivial-restarts/src/implementations/trivial-restarts.sbcl.lisp
trivial-restarts/src/implementations/trivial-restarts.ccl.lisp
trivial-restarts/src/implementations/trivial-restarts.ecl.lisp
trivial-restarts/src/implementations/trivial-restarts.abcl.lisp
trivial-restarts/src/shared.lisp
The main system appears first, followed by any subsystem dependency.
trivial-restarts
Trivial Wrappers for Implementation Dependend Restart Accessor
Lillia Friedel
(GIT https://git.sr.ht/~yana/trivial-restart-accessors)
GPLv3
0.1.0
src
(module).
Modules are listed depth-first from the system components tree.
trivial-restarts/src
trivial-restarts
(system).
package.lisp
(file).
implementations
(module).
shared.lisp
(file).
trivial-restarts/src/implementations
src
(module).
trivial-restarts.sbcl.lisp
(file).
trivial-restarts.ccl.lisp
(file).
trivial-restarts.ecl.lisp
(file).
trivial-restarts.abcl.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
trivial-restarts/trivial-restarts.asd
trivial-restarts/src/package.lisp
trivial-restarts/src/implementations/trivial-restarts.sbcl.lisp
trivial-restarts/src/implementations/trivial-restarts.ccl.lisp
trivial-restarts/src/implementations/trivial-restarts.ecl.lisp
trivial-restarts/src/implementations/trivial-restarts.abcl.lisp
trivial-restarts/src/shared.lisp
trivial-restarts/trivial-restarts.asd
trivial-restarts
(system).
trivial-restarts/src/implementations/trivial-restarts.sbcl.lisp
:sbcl
implementations
(module).
compute-handlers
(function).
invoke-with-top-level-handlers
(function).
restart-continuation
(function).
restart-interactive
(function).
restart-report
(function).
restart-test
(function).
*bound-handlers*
(symbol macro).
trivial-restarts/src/implementations/trivial-restarts.ccl.lisp
:ccl
implementations
(module).
trivial-restarts/src/implementations/trivial-restarts.ecl.lisp
:ecl
implementations
(module).
trivial-restarts/src/implementations/trivial-restarts.abcl.lisp
:abcl
implementations
(module).
Packages are listed by definition order.
trivial-restarts
common-lisp
.
*bound-restarts*
(symbol macro).
applicable-restart-p
(function).
compute-handlers
(function).
invoke-with-top-level-handlers
(function).
restart-bound-p
(function).
restart-continuation
(function).
restart-interactive
(function).
restart-report
(function).
restart-test
(function).
with-top-level-handlers
(macro).
*bound-handlers*
(symbol macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Evaluate BODY in a context where HANDLERS are installed at the top level - i.e. they will be invoked last.
Check if RESTART is applicable given CONDITION. This function calls RESTARTs TEST function on CONDITION.
Return truthy if RESTART is currently in the restart binding stack.
Jump to: | A C F I M R W |
---|
Jump to: | A C F I M R W |
---|
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | F I M P S T |
---|
Jump to: | F I M P S T |
---|