First of all:  I don't EXACTLY mean duplicate elements.  I just mean 
duplicates in those parts of the elements which are compared.

For instance, I recently tried to have a sorted set of 2-element vectors 
where the comparator < was used on the second element, however, something 
like this happened:

(sorted-set-by #(< (second %) (second %2))
    [:a 1]
    [:b 1]
    [:c 1])

==> #{[:a 1]}


Does anyone know how I could have a set that includes all of these elements?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to