The current draft states:The library(srfi 146)
described in this SRFI requires comparatorsto provide a comparison function.I'm guessing this means the ordering predicate, and that the equalitypredicate is not required/used, so that key equality is effectivelydetermined by(and (not (less? key1 key2)) (not (less? key2 key1)))? It's worth making this explicit.I assume for mapping-adjoin, the previous key object is preserved.For mapping-set/replace/intern/update we should state what the behavior is, even if that behavior is unspecified. Note in SRFI 113,set/bag-replace specify that the new key object is used.--AlexTo unsubscribe from this list please go to http://www.simplelists.com/confirm.php?u= rBAxDxCgJFjJUssha9ixdMZU57qO20 An