Next: args predefined keywords, Previous: args predefined fixnums, Up: args predefined [Index]
The following bindings are exported by the library (vicare
arguments validation)
.
Succeed if obj satisfies the predicates integer?
and
exact?
.
Succeed if obj is #f
or it satisfies the predicates
integer?
and exact?
.
Succeed if obj satisfies the predicates integer?
and
exact?
and it is strictly positive or strictly negative.
Succeed if obj satisfies the predicates integer?
and
exact?
and it is strictly positive or strictly negative.
Succeed if obj satisfies the predicates integer?
and
exact?
and it is in the specified range. min and max
must be exact integers.
Succeed if obj satisfies the predicates integer?
and
exact?
and the predicate even?
or odd?
.