trivial-with

BSD 3-clause license

Replace nested with-xxx invocations with a single with:all form

$ area51 add trivial-withCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-with:some-function ...)