relation-p [Function]
Purpose
The relation-p function tests whether a given object is a Loom relation.
Syntax
relation-p object
Arguments
The object argument is any object.
Value
The relation-p function returns t if object is a binary or n-ary relation.
Examples
(relation-p (fr age)) ==> T
(relation-p (fr =)) ==> T
See Also
Last modified: Jun 1 1995