uhc-util-0.1.7.0: UHC utilities

Safe HaskellSafe
LanguageHaskell98

UHC.Util.Hashable

Contents

Description

Re-export of hashable package, in addition providing some of the instances for datatypes defined in the remainder of the uhc-util package.

Documentation

Orphan instances

Hashable FPath Source # 

Methods

hashWithSalt :: Int -> FPath -> Int #

hash :: FPath -> Int #

Hashable a => Hashable (Set a) Source # 

Methods

hashWithSalt :: Int -> Set a -> Int #

hash :: Set a -> Int #

(Hashable a, Hashable b) => Hashable (Map a b) Source # 

Methods

hashWithSalt :: Int -> Map a b -> Int #

hash :: Map a b -> Int #