=
for collections does not respect equality partitions
#556
Labels
=
for collections does not respect equality partitions
#556
In Clojure, the
=
function uses what is called "equality partitions" to determine equality between the different builtin collection types. The three partitions are "sequential types" (vectors, lists, seqs), sets, and maps. Elements inside each of these partitions can be considered for equality, but outside of it they are always considered not equal.The text was updated successfully, but these errors were encountered: