Is it (set-map comparator proc set) or (set-map proc comparator set)? The specification in SRFI 113 is the former, it gives one example for the former and one for the latter, the sample implementation uses the latter.

--

Marc