The with-shadowed-bindings Reference Manual

This is the with-shadowed-bindings Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:17:51 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 with-shadowed-bindings

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.

Author

Jean-Philippe Paradis <>

License

Public Domain

Version

1.0

Dependency

map-bind (system).

Source

with-shadowed-bindings.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 with-shadowed-bindings/with-shadowed-bindings.asd

Source

with-shadowed-bindings.asd.

Parent Component

with-shadowed-bindings (system).

ASDF Systems

with-shadowed-bindings.


3.1.2 with-shadowed-bindings/package.lisp

Source

with-shadowed-bindings.asd.

Parent Component

with-shadowed-bindings (system).

Packages

with-shadowed-bindings.


3.1.3 with-shadowed-bindings/main.lisp

Dependency

package.lisp (file).

Source

with-shadowed-bindings.asd.

Parent Component

with-shadowed-bindings (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 with-shadowed-bindings

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: with-shadowed-bindings (bindings &body body)
Package

with-shadowed-bindings.

Source

main.lisp.


5.1.2 Ordinary functions

Function: invalid-access (kind name)
Package

with-shadowed-bindings.

Source

main.lisp.

Function: (setf invalid-access) (kind name)
Package

with-shadowed-bindings.

Source

main.lisp.


5.1.3 Generic functions

Generic Reader: kind (condition)
Package

with-shadowed-bindings.

Methods
Reader Method: kind ((condition invalid-access))
Source

main.lisp.

Target Slot

%kind.

Generic Reader: name (condition)
Package

with-shadowed-bindings.

Methods
Reader Method: name ((condition invalid-access))
Source

main.lisp.

Target Slot

%name.


5.1.4 Conditions

Condition: invalid-access
Package

with-shadowed-bindings.

Source

main.lisp.

Direct superclasses

error.

Direct methods
Direct slots
Slot: %kind
Initargs

:kind

Readers

kind.

Writers

This slot is read-only.

Slot: %name
Initargs

:name

Readers

name.

Writers

This slot is read-only.


5.2 Internals


5.2.1 Ordinary functions

Function: %add-shadowing (body kind name)
Package

with-shadowed-bindings.

Source

main.lisp.

Function: %analyze (binding &optional env)
Package

with-shadowed-bindings.

Source

main.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables

Jump to:   %  
S  
Index Entry  Section

%
%kind: Public conditions
%name: Public conditions

S
Slot, %kind: Public conditions
Slot, %name: Public conditions