@hackage hashable1.1.2.2
A class for types that can be converted to a hash value
Installation
Dependencies (4)
- base >=4.0 && <5
- bytestring >=0.9 && <1.0
- ghc-prim <0.3
- text >=0.11.0.5 && <0.12 Show all…
Dependents (1289)
@hackage/greenclip, @hackage/regex-deriv, @hackage/token-search, @hackage/prometheus-effect, @hackage/data-embed, @cardano/ouroboros-network, Show all…
The hashable package
This package defines a class, Hashable, for types that can be
converted to a hash value. This class exists for the benefit of
hashing-based data structures. The package provides instances for
basic types and a way to combine hash values.