On Sunday 14 December 2008 11:08, Randall R Schulz wrote:
> ...

It turns out that flatten (from clojure.contrib.seq-utils) is really 
where I go wrong with my simple version of gather-slot-values.

Does this makes sense (specifically the last one)?

user=> (flatten [])
nil

user=> (flatten ())
nil

user=> (flatten nil)
(nil)


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
-~----------~----~----~----~------~----~------~--~---

Reply via email to