All Manuals > LispWorks® User Guide and Reference Manual > 35 The DSPEC Package

traceable-dspec-p Function

Summary

Tests whether definition can be traced.

Package

dspec

Signature

traceable-dspec-p dspec => result

Arguments
dspec
A dspec.
Values
result
A generalized boolean.
Description

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.

Examples
CL-USER 68 > (dspec:traceable-dspec-p '(defun open))
OPEN
See also

5 The Trace Facility


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:33