> The API documentation:
> http://clojure.org/data_structures#toc22
>
> mentions the existence of the basic set operations of union,  
> intersection, and difference.  But these functions don't seem to  
> exist anymore (including in the version of clojure I pulled from  
> github about five minutes ago).  I was just wondering: where did  
> these functions go?

They seem to be there to me:

wheeljack:~ rnewman$ clj
Clojure 1.1.0-alpha-SNAPSHOT
user=> (find-doc "intersection")
-------------------------
clojure.set/intersection
([s1] [s1 s2] [s1 s2 & sets])
   Return a set that is the intersection of the input sets
nil

Are you looking in the right namespace?

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

Reply via email to