trivial-restart-accessors
2025-06-22
No Description
TRIVIAL RESTARTS
This system implements trivial wrappers around implementation dependent restart accessors.
The functions defined are RESTART-CONTINUATION
RESTART-REPORT
RESTART-INTERACTIVE
and RESTART-TEST
.
Quickstart
(defpackage :my-package
(:use :cl)
(:import-from #:trivial-restarts
#:restart-continuation
#:restart-report
#:restart-interactive
#:restart-test
#:with-top-level-handlers
#:compute-handlers))