Next: iklib chars, Previous: iklib promises, Up: iklib [Index]
The following bindings are exported by the library (vicare)
.
Return #t
if obj is, respectively, #t
or #f
;
otherwise return #f
. It is not an error if obj is not a
boolean value.
Return #t
if obj is null or a proper list of booleans;
otherwise return #f
.
The arguments must be booleans. Return #t
if the arguments are all
different: no two arguments are equal; otherwise return #f
. When
applied to a single argument: return #f
.
Compare the boolean arguments according to the artificial comparison definition:
#t == #t #f == #f #f < #t
Return the minimal or maximal boolean among the arguments.