jolt/host
Yogthos f15a4e7747 reduce dispatches to a reify's IReduceInit reduce method (jolt-z1zu)
(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.
2026-06-21 17:46:20 -04:00
..
chez reduce dispatches to a reify's IReduceInit reduce method (jolt-z1zu) 2026-06-21 17:46:20 -04:00