Cyclone Scheme  0.28.0

◆ Cyc_check_pair

#define Cyc_check_pair (   d,
  obj 
)    Cyc_check_type(d,Cyc_is_pair, pair_tag, obj)

Type Checking - raise an error unless the object is a pair

Parameters
d- Thread data object
obj- Object to check