Next: checks unsafe, Up: checks [Contents][Index]
Check if ?OBJ is a blob. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a bytevector. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a pair. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a list. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a string. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a number. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a fixnum. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a exact number. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a inexact number. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a symbol. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a vector. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a character. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a boolean. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a locative. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a integer. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a exact integer. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a exact unsigned integer. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a real number. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a closure. When successful: just return unspecified values. Otherwise
raise an exception of kind (exn type)
using the optional argument ?LOC as
exceptional–condition location
property.
Check if ?OBJ is a structure with name eq?
to ?NAME; Low–level
structures. When successful: just return unspecified values. Otherwise raise an exception with
kind (exn type)
using the value ?LOC as exceptional–condition location
property.
Check that ?IDX is a fixnum; if it is not: raise an exception with kind (exn type)
using the value ?LOC as exceptional–condition location
property.
Then check if the fixnum ?IDX is: greater than or equal to FROM and less than TO;
the arguments ?FROM and ?TO must be fixnums. When successful: just return unspecified
values. Otherwise raise an exception of kind (exn bounds)
using the value ?LOC as
exceptional–condition location
property.
Next: checks unsafe, Up: checks [Contents][Index]