Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coercing in the value type parameter is possible: (coerce (empty :: HashMap Int (Additive Int))) :: HashMap Int Int But coercing in the key parameter is forbidden, because the two types might have different Hashable implementations.
- Loading branch information