Next: args predefined exact integers, Previous: args predefined numbers, Up: args predefined [Index]
The following bindings are exported by the library (vicare
arguments validation)
.
Succeed if obj satisfies the predicate fixnum?
.
Succeed if obj is #f
or it satisfies the predicate
fixnum?
.
Succeed if obj satisfies the predicate fixnum?
and it is
strictly positive or strictly negative.
Succeed if obj satisfies the predicate fixnum?
and it is
zero or positive. The second clause accepts also #f
.
Succeed if obj satisfies the predicate fixnum?
and it is
zero or negative. The second clause accepts also #f
.
Succeed if obj satisfies the predicate fixnum?
and it is
zero or positive.
Fails if obj satisfies the predicate fxzero?
. The second
clause accepts also #f
.
Succeed if obj satisfies the predicate fixnum?
and it is in
the specified range. min and max must be fixnums.
Succeed if obj satisfies the predicate fixnum?
and the
predicate fxeven?
or fxodd?
.