Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgaebel/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.
https://github.com/cgaebel/hashable-generics
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/cgaebel/hashable-generics
- Owner: cgaebel
- License: bsd-3-clause
- Created: 2012-10-31T17:53:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T00:51:56.000Z (over 8 years ago)
- Last Synced: 2024-05-01T19:35:16.264Z (7 months ago)
- Language: Haskell
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://secure.travis-ci.org/wowus/hashable-generics.png)](http://travis-ci.org/wowus/hashable-generics)
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.