(reduce f init (reify clojure.lang.IReduceInit (reduce [_ f i] ...))) tried to seq the reify and threw 'not seqable'. When the coll is a reify carrying a reduce method, drive the reduction through it. Corpus 2693->2694. |
||
|---|---|---|
| .. | ||
| chez | ||
(reduce f init (reify clojure.lang.IReduceInit (reduce [_ f i] ...))) tried to seq the reify and threw 'not seqable'. When the coll is a reify carrying a reduce method, drive the reduction through it. Corpus 2693->2694. |
||
|---|---|---|
| .. | ||
| chez | ||