On Fri, Nov 14, 2008 at 10:04 AM, samppi <[EMAIL PROTECTED]> wrote:
>
> On the type chart (http://clojure.googlegroups.com/web/chart.png?
> gda=ODsxtzsAAABoLitVpBTEcNIQc_NHg39S4VDJlSuqwy9lITiADmvt9Suq-
> FEWrXmgYiTWWcOQKecGRdr3QrylPkw2aRbXD_gF), it indicates that ISeq
> implements Sequential. So why is this false?
>
>  (isa? clojure.lang.ISeq clojure.lang.Sequential)
>
> Incidentally, this is true:
>
>  (isa? clojure.lang.ASeq clojure.lang.ISeq)
>
> Is the chart incorrect?

The change to make ISeq extend Sequential was checked in Mon Oct 6.  I
assume you're using a version older than that.

--Chouser

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to