JuliaCollections / FunctionalCollections.jl

Functional and persistent data structures for Julia
MIT License
124 stars 34 forks source link

Persistent sets that are equal don't hash to the same value #4

Closed zachallaun closed 10 years ago

zachallaun commented 11 years ago
hash(pset(1,2,3,4,5)) == hash(pset(1,2,3,4,5))
# false, but should be true
shashi commented 10 years ago

This can be closed now.