On Feb 17, 8:48 pm, Chouser <[email protected]> wrote:
> On Tue, Feb 17, 2009 at 8:37 PM, Chouser <[email protected]> wrote:
> > Empty lazy seqs do not always compare as equal:
>
> > user=> (= (map inc nil) ())
> > false
>
> The problem appears to be when the first seq being compared is empty
> but not identical to the second collection. The attached patch fixes
> this and is I think correct.
>
Fixed in svn 1288 - 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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---