• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Data/H09-Sep-2001-1,593837

benchmarks/H09-Sep-2001-854692

cbits/H09-Sep-2001-14951

examples/H09-Sep-2001-5133

tests/H09-Sep-2001-404281

CHANGES.mdH A D09-Sep-20015.6 KiB257141

LICENSEH A D09-Sep-20011.5 KiB3124

README.mdH A D09-Sep-2001285 86

Setup.hsH A D09-Sep-200172 43

hashable.cabalH A D03-May-20225.1 KiB184156

README.md

1The hashable package
2====================
3
4This package defines a class, `Hashable`, for types that can be
5converted to a hash value.  This class exists for the benefit of
6hashing-based data structures.  The package provides instances for
7basic types and a way to combine hash values.
8