ouroboros-consensus
Safe HaskellNone
LanguageHaskell2010

Test.Consensus.Genesis.Tests

Synopsis

Documentation

data TestKey Source #

Each value of this type uniquely corresponds to a Genesis test.

Instances

Instances details
Generic TestKey Source # 
Instance details

Defined in Test.Consensus.Genesis.Tests

Methods

fromTestKeyRep TestKey x #

toRep TestKey x → TestKey #

Eq TestKey Source # 
Instance details

Defined in Test.Consensus.Genesis.Tests

Methods

(==)TestKeyTestKeyBool #

(/=)TestKeyTestKeyBool #

Ord TestKey Source # 
Instance details

Defined in Test.Consensus.Genesis.Tests

Methods

compareTestKeyTestKeyOrdering #

(<)TestKeyTestKeyBool #

(<=)TestKeyTestKeyBool #

(>)TestKeyTestKeyBool #

(>=)TestKeyTestKeyBool #

maxTestKeyTestKeyTestKey #

minTestKeyTestKeyTestKey #

SmallKey TestKey Source # 
Instance details

Defined in Test.Consensus.Genesis.Tests

Methods

allKeys ∷ [TestKey]

type Rep TestKey Source # 
Instance details

Defined in Test.Consensus.Genesis.Tests