The trivial-with Reference Manual

This is the trivial-with Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:09:22 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 trivial-with

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

Author

StackSmith <>

License

BSD 3-clause license

Source

trivial-with.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 trivial-with/trivial-with.asd

Source

trivial-with.asd.

Parent Component

trivial-with (system).

ASDF Systems

trivial-with.


3.1.2 trivial-with/package.lisp

Source

trivial-with.asd.

Parent Component

trivial-with (system).

Packages

trivial-with.


3.1.3 trivial-with/trivial-with.lisp

Dependency

package.lisp (file).

Source

trivial-with.asd.

Parent Component

trivial-with (system).

Public Interface

all (macro).

Internals

side-effect (macro).


4 Packages

Packages are listed by definition order.


4.1 trivial-with

Source

package.lisp.

Nickname

with

Use List

common-lisp.

Public Interface

all (macro).

Internals

side-effect (macro).


5 Definitions

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


5.1 Public Interface


5.1.1 Macros

Macro: all ((&rest things) &body body)

Create nested with-... forms for all things

Package

trivial-with.

Source

trivial-with.lisp.


5.2 Internals


5.2.1 Macros

Macro: side-effect (var &body body)
Package

trivial-with.

Source

trivial-with.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   A   M   S  
Index Entry  Section

A
all: Public macros

M
Macro, all: Public macros
Macro, side-effect: Private macros

S
side-effect: Private macros


A.3 Variables