@hackage hashable1.0.0
Class Hashable providing a hash method.
Installation
Dependencies (2)
- base >=4.0 && <5
- 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 provides a class Hashable, which contains
one method , which
returns the hash of the given element.hash :: Hashable a => a -> Int
The instances for various integral types, String and ByteString
are provided.