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-bindingsCopy

Usage

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

Dependencies