hashable-extras: Higher-rank Hashable

[ bsd3, data, deprecated, hash, library ] [ Propose Tags ]
Deprecated in favor of hashable

This package provides higher rank analogues to the Hashable data type.

The need for these sometimes arises in the presence of polymorphic recursion.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
test-doctestsEnabled
lib-werrorDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.1, 0.1.1, 0.1.2, 0.1.3, 0.2, 0.2.0.1, 0.2.1, 0.2.2, 0.2.3
Change log CHANGELOG.markdown
Dependencies base (>=4.4 && <5), bifunctors (>=3.2 && <4), bytestring (>=0.9 && <0.11), generic-deriving (>=1.4 && <1.7), hashable (>=1.1.2.3 && <1.2.5.0), transformers (>=0.2 && <0.4) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 2 made by phadej at 2017-01-05T13:03:48Z
Category Data, Hash
Home page http://github.com/analytics/hashable-extras/
Bug tracker http://github.com/analytics/hashable-extras/issues
Source repo head: git clone git://github.com/analytics/hashable-extras.git
Uploaded by EdwardKmett at 2013-08-03T06:25:14Z
Distributions
Reverse Dependencies 5 direct, 130 indirect [details]
Downloads 14192 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hashable-extras-0.1.2

[back to package description]

hashable-extras

Build Status

This package provides higher order Hashable types

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett