Popularity
9.5
Stable
Activity
6.5
-
97
8
81

Monthly Downloads: 655
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Hashable    
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.

Do you think we are missing an alternative of hashable or a related project?

Add another 'hashable' Package

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.