When mappings with different comparators are compared, it is anerror if the implementation's default comparator doesn't comparecomparators using <code>eq?</code> as the equality predicate anddoesn't provide a compatible ordering procedure or hash function, respectively.(If an implementation'sdefault comparator doesn't handle comparators, an implementation ofthis SRFI may still provide its own ordering of comparators.)Aside from eq?, I think it is still overspecifying:What about: "... doesn't compare comparators using an equality predicate at least as fine as <code>equal?</code>..."?