The enhanced-unwind-protect Reference Manual

This is the enhanced-unwind-protect Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:21:33 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 enhanced-unwind-protect

Provides an enhanced UNWIND-PROTECT that makes it easy to detect whether the protected form performed a non-local exit or returned normally.

Author

Jean-Philippe Paradis <>

License

Unlicense

Version

1.0

Source

enhanced-unwind-protect.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 enhanced-unwind-protect/enhanced-unwind-protect.asd

Source

enhanced-unwind-protect.asd.

Parent Component

enhanced-unwind-protect (system).

ASDF Systems

enhanced-unwind-protect.


3.1.2 enhanced-unwind-protect/package.lisp

Source

enhanced-unwind-protect.asd.

Parent Component

enhanced-unwind-protect (system).

Packages

enhanced-unwind-protect.


3.1.3 enhanced-unwind-protect/main.lisp

Dependency

package.lisp (file).

Source

enhanced-unwind-protect.asd.

Parent Component

enhanced-unwind-protect (system).

Public Interface

unwind-protect (macro).


4 Packages

Packages are listed by definition order.


4.1 enhanced-unwind-protect

Source

package.lisp.

Nickname

e-unwind-protect

Use List

common-lisp.

Public Interface

unwind-protect (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: unwind-protect ((&optional abortp) protected-form &body cleanup-forms)
Package

enhanced-unwind-protect.

Source

main.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   M   U  
Index Entry  Section

M
Macro, unwind-protect: Public macros

U
unwind-protect: Public macros


A.3 Variables