Popularity
2.0
Declining
Activity
0.0
Stable
2
2
1

Monthly Downloads: 28
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Hashable    

hashable-generics alternatives and similar packages

Based on the "hashable" category.
Alternatively, view hashable-generics alternatives based on common mentions on social networks and blogs.

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

Add another 'hashable' Package

README

Build Status

This package provides a "GHC.Generics"-based 'Data.Hashable.Generic.gHashWithSalt' function which can be used for providing a 'hashWithSalt' implementation. See the documentation for the 'gHashWithSalt' function in the "Data.Hashable.Generic" module to get started.

This package is heavily inspired by deepseq-generics, which you may also find useful.