Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Add define-conduit-package

Latest

Choose a tag to compare

@tfeb tfeb released this 26 Jul 08:35
v5.0.0

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.