On Jun 28, 11:27 am, Rich Hickey <richhic...@gmail.com> wrote: > Deducing it doesn't contain 5 because it was passed a key incomparable > to some other key seems like a stretch to me, and bug-hiding. > > Clojure is relatively free of exception catching in normal flow of > control, and I'm disinclined to start here.
I don't agree that it is a bug to have (contains? 5 (sorted-set "foo" "bar" "baz")). The really weird thing is, at my REPL the above yields the expected false rather than an exception. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---