Skip to content

Commit 8306bd7

Browse files
authored
broaden scope of UUID equiv (#183)
1 parent 7af8c42 commit 8306bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11562,7 +11562,7 @@ reduces them without incurring seq initialization"
1156211562

1156311563
IEquiv
1156411564
(-equiv [_ other]
11565-
(and (instance? UUID other) (identical? uuid (.-uuid other))))
11565+
(and (implements? IUUID other) (identical? uuid (.-uuid other))))
1156611566

1156711567
IPrintWithWriter
1156811568
(-pr-writer [_ writer _]

0 commit comments

Comments
 (0)