We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99ec1ad + e611bd0 commit f748207Copy full SHA for f748207
src/main/cljs/cljs/core.cljs
@@ -10647,7 +10647,7 @@ reduces them without incurring seq initialization"
10647
to a StringBuffer."
10648
[obj writer opts]
10649
(if-let [alt-impl (:alt-impl opts)]
10650
- (alt-impl obj writer (assoc opts :fallback-impl pr-writer-impl))
+ (alt-impl obj writer (-assoc opts :fallback-impl pr-writer-impl))
10651
(pr-writer-impl obj writer opts)))
10652
10653
(defn pr-seq-writer [objs writer opts]
0 commit comments