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
The only way I can think of to implement this is to put the functions in Data.HashMap.Strict or Data.HashMap.Lazy instead of the Internal modules because HashSet is defined in terms of HashMap.
The text was updated successfully, but these errors were encountered:
sjakobi
changed the title
Compatability with containers: restrictKeys
Compatibility with containers: restrictKeys
Dec 8, 2022
The only way I can think of to implement this is to put the functions in
Data.HashMap.Strict
orData.HashMap.Lazy
instead of theInternal
modules becauseHashSet
is defined in terms ofHashMap
.The text was updated successfully, but these errors were encountered: