Popularity
9.6
Stable
Activity
4.0
Declining
97
9
82
Monthly Downloads: 914
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v1.3.0.0
hashable alternatives and similar packages
Based on the "hashable" category.
Alternatively, view hashable alternatives based on common mentions on social networks and blogs.
-
hashable-generics
Automatically generates Hashable instances with GHC.Generics. WARNING: This has been merged into, and made obsolete by Data.Hashable version 1.2. Please use the built-in instances.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of hashable or a related project?
README
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.