Next: srfi comparators accessors, Previous: srfi comparators constructors, Up: srfi comparators [Index]
The equality predicates of these comparators are eq?
,
eqv?
, and equal?
respectively.
Comparison is not supported by these comparators: when their
comparison procedures are applied to any objects: an exception is raised
with condition object of type
&unsupported-comparator-operation-error
.
These comparators accept circular structures and +nan.0
values.