The predicate for whether a dspec has a definition.
dspec
dspec-defined-p dspec => definedp
| dspec⇩ |
A dspec. |
| definedp |
The canonical form of dspec if dspec is defined, or nil otherwise. |
The function dspec-defined-p determines whether the dspec dspec has a definition. If so, it returns the canonical form of dspec.
If dspec has no definitions, dspec-defined-p returns nil.
CL-USER 23 > (dspec:dspec-defined-p '(function list)) (DEFUN LIST)
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:33