with-shadowed-bindings

Public Domain

Establishes a new lexical context within which specified bindings are explicitly shadowed, making it clear that they are not referenced within, thereby reducing cognitive load.

$ area51 add with-shadowed-bindingsコピー

使い方

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

依存関係