File: README.md

package info (click to toggle)
haskell-hashable 1.2.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 196 kB
  • ctags: 39
  • sloc: haskell: 975; ansic: 456; makefile: 3
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.