Popularity
9.6
Growing
Activity
5.1
-
96
10
78
Monthly Downloads: 980
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.
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.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.