On Saturday 27 December 2008 12:32, wubbie wrote: > Hi, > > I'm trying union/intersection/difference operations, but > got undefined symbols error: > java.lang.Exception: Unable to resolve symbol: intersection in this > context (NO_SOURCE_FILE:22)
user=> (use 'clojure.set) nil user=> (doc intersection) ------------------------- clojure.set/intersection ([xset yset]) Returns a set of the elements present in both xset and yset. user=> (doc union) ------------------------- clojure.set/union ([xset yset]) Returns a set that is the union of the two sets. > Thanks > Sun Randall Schulz --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---