You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only immutable.HashSet is tested for correctness. We need to add laws and tests for the remaining data structures before we can use them with any confidence.
Currently, only
immutable.HashSet
is tested for correctness. We need to add laws and tests for the remaining data structures before we can use them with any confidence.The laws in
immutable.SetRepr
and the fiileimmutable.HashMapTest
can serve as a template.immutable.HashMap
mutable.HashSet
mutable.HashMap
The text was updated successfully, but these errors were encountered: