Cyclone Scheme  0.28.0

◆ 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); }
Cyc_invalid_type_error
void Cyc_invalid_type_error(void *data, int tag, object found)
Definition: runtime.c:57
boolean_f
const object boolean_f
Definition: runtime.c:397