Skip to content

Commit 92de138

Browse files
darwindnolen
authored andcommitted
CLJS-1724: Include IIterable in fast-path-protocols
1 parent b4206c4 commit 92de138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@
803803
IPrintWithWriter IPending IWatchable IEditableCollection ITransientCollection
804804
ITransientAssociative ITransientMap ITransientVector ITransientSet
805805
IMultiFn IChunkedSeq IChunkedNext IComparable INamed ICloneable IAtom
806-
IReset ISwap])
806+
IReset ISwap IIterable])
807807
(iterate (core/fn [[p b]]
808808
(if (core/== 2147483648 b)
809809
[(core/inc p) 1]

0 commit comments

Comments
 (0)