Function CONDITION-VARIABLE-P
Syntax:
condition-variable-p datum => generalized-boolean
Arguments and values:
datum -> an object.
generalized-boolean -> a generalized
boolean.
Description:
Returns
true
if datum
is a condition-variable
object, otherwise
false.
Exceptional situations:
None.
See also:
condition-variable, make-condition-variable
Notes:
None.