define-conduit-package
is a shim for define-package
which makes it easier to define pure conduits. It:
- interpolates a
(:use)
clause - checks for
:use
clauses 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.