Skip to content

Commit

Permalink
broaden scope of UUID equiv (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette authored Jun 22, 2022
1 parent 7af8c42 commit 8306bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cljs/cljs/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -11562,7 +11562,7 @@ reduces them without incurring seq initialization"

IEquiv
(-equiv [_ other]
(and (instance? UUID other) (identical? uuid (.-uuid other))))
(and (implements? IUUID other) (identical? uuid (.-uuid other))))

IPrintWithWriter
(-pr-writer [_ writer _]
Expand Down

0 comments on commit 8306bd7

Please sign in to comment.