prefers(x,y) checks the ancestors of x, and returns true if any of them are 
preferred to y --- which makes sense to me.

However, it also check the ancestors of y, and returns true if x is 
preferred to any of them, which I don't understand. 
Is that the intended behavior?  Seems like it should be checking the 
descendants of y.
What I am I missing?

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to