Cyclone Scheme
0.9
Main Page
Modules
Data Structures
Files
Error checking
Cyc_check_bounds
Cyc_check_bvec
Cyc_check_cond_var
Cyc_check_fixnum
Cyc_check_int
Cyc_check_mutex
Cyc_check_num
Cyc_check_num_args
Cyc_check_obj
Cyc_check_opaque
Cyc_check_pair
Cyc_check_pair_or_null
Cyc_check_port
Cyc_check_proc
Cyc_check_str
Cyc_check_sym
Cyc_check_type
Cyc_check_type2
Cyc_check_vec
Cyc_invalid_type_error
#define Cyc_check_type2
(
data,
fnc_test,
tag,
obj
)
Value:
{ \
if ((
boolean_f
== fnc_test(data, obj)))
Cyc_invalid_type_error
(data, tag, obj); }
boolean_f
const object boolean_f
Definition:
runtime.c:307
Cyc_invalid_type_error
void Cyc_invalid_type_error(void *data, int tag, object found)
Definition:
runtime.c:60
Generated by
1.8.11