Next: srfi comparators applicators, Previous: srfi comparators wrapped, Up: srfi comparators [Index]
Return the type test predicate of comparator.
Return the type check procedure of comparator. The returned procedure can be called with one or two arguments:
#t
if it
returns #t
; otherwise it signals an error.
#t
if it returns #t
; otherwise it signals an error. The optional
argument who must be compatible with the argument of
make-who-condition
and it is used to raise a descriptive
exception when obj does not match the comparator.
NOTE This procedure is a Vicare extension.
Return the equality predicate of comparator.
Return the comparison procedure of comparator.
Return the hash function of comparator.