- comparator-oneconstant
A comparator which has all values in its domain and considers all values to be equal. Specifically, its:
- type test always returns #t;
- equality predicate always returns #t;
- ordering predicate always returns #f; and whose
- hash function always returns 0.