Cyclone Scheme  0.20

◆ Cyc_check_type2

#define Cyc_check_type2 (   data,
  fnc_test,
  tag,
  obj 
)
Value:
{ \
if ((boolean_f == fnc_test(data, obj))) Cyc_invalid_type_error(data, tag, obj); }
const object boolean_f
Definition: runtime.c:389
void Cyc_invalid_type_error(void *data, int tag, object found)
Definition: runtime.c:56