j-mueller / hashable

A class for types that can be converted to a hash value

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A class for types that can be converted to a hash value

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 79.7%Language:C 20.3%