@hackage hashable1.0.1.0
A class for types that can be converted to a hash value
Categories
License
BSD-3-Clause
Maintainer
Milan Straka <fox@ucw.cz> Johan Tibell <johan.tibell@gmail.com>
Links
Versions
Installation
Dependencies (2)
- base >=4.0 && <4.6
- bytestring >=0.9 && <0.11 Show all…
Dependents (1289)
@hackage/greenclip, @hackage/regex-deriv, @hackage/token-search, @hackage/prometheus-effect, @hackage/data-embed, @cardano/ouroboros-network, Show all…
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.