Skip to content

Commit 1887fa4

Browse files
committed
* revert spurious change
1 parent 2982a12 commit 1887fa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,9 +1679,9 @@ reduces them without incurring seq initialization"
16791679
(aget arr i)
16801680
not-found)))
16811681

1682-
;ISequential
1683-
;IEquiv
1684-
;(-equiv [coll other] (equiv-sequential coll other))
1682+
ISequential
1683+
IEquiv
1684+
(-equiv [coll other] (equiv-sequential coll other))
16851685

16861686
IIterable
16871687
(-iterator [coll]

0 commit comments

Comments
 (0)