We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hashable
intersection*
union*
These functions don't compute any hashes, so we could consider removing the redundant constraints.
The text was updated successfully, but these errors were encountered:
Yank them, as far as I'm concerned. Did the previous intersection implementation need that?
intersection
Sorry, something went wrong.
Did the previous intersection implementation need that?
Yeah. It was based on unsafeInsert, so it was re-computing hashes.
unsafeInsert
[haskell-unordered-containers#443] Remove redundant Hashable constr…
f8e9a91
…aints from `intersection.*, union.*`
intersection.*,…union.*
Remove redundant Hashable constraints from intersection.*, union.* (
intersection.*, union.*
6ae0580
#478) Closes #443.
Successfully merging a pull request may close this issue.
These functions don't compute any hashes, so we could consider removing the redundant constraints.
The text was updated successfully, but these errors were encountered: