The predicate for local dspecs.
dspec
local-dspec-p dspec => localp
dspec⇩ |
A dspec. |
localp |
A boolean. |
The function local-dspec-p
determines whether the dspec dspec is a local dspec.
Local dspecs name local definitions, such as local functions.
Currently a local dspec is a list whose car is subfunction
.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:33