instant-hashable-0.1.0.1: Generic Hashable instances through instant-generics

Safe HaskellSafe
LanguageHaskell2010

Generics.Instant.Functions.Hashable

Contents

Synopsis

Documentation

You can use ghashWithSalt as your generic hashWithSalt for any Representable type as follows:

instance Hashable MyType where hashWithSalt = ghashWithSalt

Internals

class GHashable a Source

Minimal complete definition

ghashWithSalt'