Skip to content

Commit c447abb

Browse files
committed
- cannot pass arrays to ci-reduce, use array-reduce
1 parent 28f5133 commit c447abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12313,9 +12313,9 @@ reduces them without incurring seq initialization"
1231312313

1231412314
IReduce
1231512315
(-reduce [v f]
12316-
(ci-reduce array f))
12316+
(array-reduce array f))
1231712317
(-reduce [v f start]
12318-
(ci-reduce array f start))
12318+
(array-reduce array f start))
1231912319

1232012320
IFn
1232112321
(-invoke [coll k]

0 commit comments

Comments
 (0)