The enhanced-typep Reference Manual

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

Table of Contents


1 Introduction


2 Systems

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


2.1 enhanced-typep

Obsoletes all TYPEP thin wrappers.

Author

Jean-Philippe Paradis <>

License

Unlicense

Version

1.0

Source

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

Source

enhanced-typep.asd.

Parent Component

enhanced-typep (system).

ASDF Systems

enhanced-typep.


3.1.2 enhanced-typep/package.lisp

Source

enhanced-typep.asd.

Parent Component

enhanced-typep (system).

Packages

enhanced-typep.


3.1.3 enhanced-typep/main.lisp

Dependency

package.lisp (file).

Source

enhanced-typep.asd.

Parent Component

enhanced-typep (system).

Public Interface
Internals

%typep-lambda (function).


4 Packages

Packages are listed by definition order.


4.1 enhanced-typep

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

%typep-lambda (function).


5 Definitions

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


5.1 Public Interface


5.1.1 Compiler macros

Compiler Macro: typep (object-or-type &optional type environment)
Package

enhanced-typep.

Source

main.lisp.


5.1.2 Ordinary functions

Function: typep (object-or-type &optional type environment)
Package

enhanced-typep.

Source

main.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: %typep-lambda (type)
Package

enhanced-typep.

Source

main.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables