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

NextPrevUpTopContentsIndex

local-dspec-p

Function
Summary

The predicate for local dspecs.

Package

dspec

Signature

local-dspec-p dspec => localp

Arguments

dspec

A dspec.

Values

localp

A boolean.

Description

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 .

See also

dspec-progenitor


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex