This is the defrec Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 05:01:22 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
defrec
A library for defining top-level mutually recursive functions.
Robert Smith <quad@symbo1ics.com>
BSD 3-clause
alexandria
(system).
package.lisp
(file).
defrec.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
defrec/defrec.lisp
package.lisp
(file).
defrec
(system).
defrec
(macro).
&-symbol
(function).
Packages are listed by definition order.
Definitions are sorted by export status, category, package, and then by lexicographic order.
Define mutually recursive functions. Each definition of DEFINITIONS
should be of the same form of FLET or LABELS:
(<function name> <lambda list>
<function body>).
Currently, lambda lists can only be lists of symbols. &REST, &OPTIONAL, and &KEY arguments are not supported.
Jump to: | &
D F M |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
& | |||
&-symbol : | Private ordinary functions | ||
| |||
D | |||
defrec : | Public macros | ||
| |||
F | |||
Function, &-symbol : | Private ordinary functions | ||
| |||
M | |||
Macro, defrec : | Public macros | ||
|
Jump to: | &
D F M |
---|
Jump to: | D F P S |
---|
Jump to: | D F P S |
---|