This repository was archived by the owner on Dec 13, 2025. It is now read-only.
define-conduit-package is a shim for define-package which makes it easier to define pure conduits. It:
- interpolates a
(:use)clause - checks for
:useclauses with non-empty package lists and signals a continuable error in that case, for which there is a restart which will, interactively, remove the offending clauses.