trivial-with
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 ...)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 ...)