Arc Cross Reference

isa

[procedure] isa obj type

See if obj is of type.

(def isa (x y) (is (type x) y))

See also: type, scheme:is-a?