| Safe Haskell | None |
|---|
HashtablesPlus.HashRef
Documentation
A reference to a mutable value,
which provides instances for Hashable and Eq.
It allows to use the values without those instances as keys in hash tables.
Constructors
| HashRef !(StableName a) !a |