Cyclone Scheme  0.4
Functions
Equality and type predicates

Functions

object Cyc_eq (object x, object y)
 
object Cyc_has_cycle (object lst)
 
object Cyc_is_bignum (object o)
 
object Cyc_is_boolean (object o)
 
object Cyc_is_bytevector (object o)
 
object Cyc_is_char (object o)
 
object Cyc_is_cond_var (object o)
 
object Cyc_is_cvar (object o)
 
object Cyc_is_eof_object (object o)
 
object Cyc_is_integer (object o)
 
object Cyc_is_macro (object o)
 
object Cyc_is_mutex (object o)
 
object Cyc_is_null (object o)
 
object Cyc_is_number (object o)
 
object Cyc_is_opaque (object o)
 
object Cyc_is_pair (object o)
 
object Cyc_is_port (object o)
 
object Cyc_is_procedure (void *data, object o)
 
object Cyc_is_real (object o)
 
object Cyc_is_string (object o)
 
object Cyc_is_symbol (object o)
 
object Cyc_is_vector (object o)
 
int equal (object, object)
 
object equalp (object, object)
 

Detailed Description