Tests whether definition can be traced.
dspec
traceable-dspec-p dspec => result
dspec⇩ |
A dspec. |
result |
A generalized boolean. |
The function traceable-dspec-p
determines whether the dspec dspec denotes a definition that can be traced using the Common Lisp macro trace.
To be traceable, dspec must be defined, according to dspec-defined-p. The result does not depend on whether dspec is currently traced.
CL-USER 68 > (dspec:traceable-dspec-p '(defun open)) OPEN
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:33