binary-tuple [Relation]


Remarks

The relation binary-tuple is at the top of the binary relation hierarchy, that is, it subsumes all other relations having arity two.

Examples

(defrelation age) 
(ask (subrelations binary-tuple age)) ==> T

See Also

Last modified: Jun 1 1995