clojure.core.incubator: https://github.com/clojure/core.incubator/blob/master/src/main/clojure/clojure/core/incubator.clj#L77
On Mon, Nov 26, 2012 at 1:51 PM, Frank Siebenlist < [email protected]> wrote: > Guess we need a test for "seq'able" ;-) > > -FS. > > > On Nov 26, 2012, at 1:47 PM, Herwig Hochleitner <[email protected]> > wrote: > > > 2012/11/26 Philip Potter <[email protected]> > > > Since ISeq already is a seq and IPersistentCollection derives from > Sequable, > > > both will succeed in a seq call. > > > > A Seqable isn't necessarily a seq: > > > > Didn't say that, but Sequable defines the .seq() method, so it will > succeed in a seq call. > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] > > Note that posts from new members are moderated - please be patient with > your first post. > > 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 > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > 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 > -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ World Singles, LLC. -- http://worldsingles.com/ "Perfection is the enemy of the good." -- Gustave Flaubert, French realist novelist (1821-1880) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
