On Mar 17, 2009, at 9:18 AM, Frantisek Sodomka wrote:
> > And what about lazy sequences? Is this behavior correct? > > user=> (lazy-seq ()) > () > user=> (empty (lazy-seq ())) > nil > user=> (empty (lazy-seq [])) > nil > > user=> (lazy-seq [1 2]) > (1 2) > user=> (empty (lazy-seq [1 2])) > nil > Fixed in svn 1332 - thanks for the report. Rich --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---