Next Prev Up Top Contents Index

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 .


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index