sdp-hashable-0.2: Hashable instances for SDP
Copyright(c) Andrey Mulik 2020
LicenseBSD-style
Maintainerwork.a.mulik@gmail.com
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

SDP.Hashable

Description

SDP.Hashable provides Hashable instances for sdp structures.

Synopsis

Export

Orphan instances

Hashable e => Hashable (SArray# e) Source # 
Instance details

Methods

hashWithSalt :: Int -> SArray# e -> Int #

hash :: SArray# e -> Int #

Unboxed e => Hashable (SBytes# e) Source # 
Instance details

Methods

hashWithSalt :: Int -> SBytes# e -> Int #

hash :: SBytes# e -> Int #

(Nullable (rep e), Hashable (rep e)) => Hashable (AnyChunks rep e) Source # 
Instance details

Methods

hashWithSalt :: Int -> AnyChunks rep e -> Int #

hash :: AnyChunks rep e -> Int #

(Hashable (rep e), Hashable i, Index i) => Hashable (AnyBorder rep i e) Source # 
Instance details

Methods

hashWithSalt :: Int -> AnyBorder rep i e -> Int #

hash :: AnyBorder rep i e -> Int #