trivial-with

BSD 3-clause license

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

$ area51 add trivial-withコピー

使い方

;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(trivial-with:some-function ...)