berp-0.0.2: An implementation of Python 3.

Portabilityghc
Stabilityexperimental
Maintainerflorbitous@gmail.com

Berp.Base.Hash

Description

Hashing functions.

Documentation

class Hash a whereSource

Methods

hash :: a -> IntSource

Instances

Hash Integer 
Hash String 
Hash Identity 

type Hashed a = (Int, a)Source