We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af8c42 commit 8306bd7Copy full SHA for 8306bd7
src/main/cljs/cljs/core.cljs
@@ -11562,7 +11562,7 @@ reduces them without incurring seq initialization"
11562
11563
IEquiv
11564
(-equiv [_ other]
11565
- (and (instance? UUID other) (identical? uuid (.-uuid other))))
+ (and (implements? IUUID other) (identical? uuid (.-uuid other))))
11566
11567
IPrintWithWriter
11568
(-pr-writer [_ writer _]
0 commit comments