Cyclone Scheme  0.9
#define is_object_type (   x)    ((x != NULL) && !is_value_type(x))

Is the given object an object (non-immediate) type?