Cyclone Scheme  0.28.0

◆ Cyc_is_pair

#define Cyc_is_pair (   o)    ((is_object_type(o) && ((list) o)->tag == pair_tag) ? boolean_t : boolean_f)