concept-p [Function]


Purpose

The concept-p function tests whether a given object is a Loom concept.

Syntax

concept-p object

Arguments

The object argument is any object.

Value

The concept-p function returns t if object is a unary concept.

Examples

(concept-p (fc Person)) ==> T 
(concept-p (fc Knowledge-Base)) ==> T

See Also

Last modified: Jun 1 1995