Generic function TEMPLATE-P
Package:
COMMON-LISP.EXTENSIONS.DATA-AND-CONTROL-FLOW.UNIFICATION
Syntax:
template-p object => result
Arguments and Values:
object
---an object
result
---a generalized boolean
Description:
The generic function TEMPLATE-P is the predicate that tests whether an object is of class TEMPLATE. If object is an instance of TEMPLATE or one of its sub-classes, then TEMPLATE-P returns a non-NIL value.
Affected By:
None.
Exceptional Situations:
None.
See Also:
TEMPLATE
Notes:
None.