File: README.md

package info (click to toggle)
haskell-hashable 1.1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 96 kB
  • sloc: haskell: 362; makefile: 22; ansic: 9
file content (7 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
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.