ouroboros-consensus
Safe HaskellNone
LanguageHaskell2010

Test.Consensus.PeerSimulator.Tests.Timeouts

Documentation

data TestKey Source #

Instances

Instances details
Generic TestKey Source # 
Instance details

Defined in Test.Consensus.PeerSimulator.Tests.Timeouts

Associated Types

type Rep TestKey 
Instance details

Defined in Test.Consensus.PeerSimulator.Tests.Timeouts

type Rep TestKey = D1 ('MetaData "TestKey" "Test.Consensus.PeerSimulator.Tests.Timeouts" "ouroboros-consensus-3.0.0.0-inplace-consensus-diffusion-test" 'False) (C1 ('MetaCons "DoesTimeout" 'PrefixI 'False) (U1TypeType) :+: C1 ('MetaCons "DoesNotTimeout" 'PrefixI 'False) (U1TypeType))

Methods

fromTestKeyRep TestKey x #

toRep TestKey x → TestKey #

Eq TestKey Source # 
Instance details

Defined in Test.Consensus.PeerSimulator.Tests.Timeouts

Methods

(==)TestKeyTestKeyBool #

(/=)TestKeyTestKeyBool #

Ord TestKey Source # 
Instance details

Defined in Test.Consensus.PeerSimulator.Tests.Timeouts

Methods

compareTestKeyTestKeyOrdering #

(<)TestKeyTestKeyBool #

(<=)TestKeyTestKeyBool #

(>)TestKeyTestKeyBool #

(>=)TestKeyTestKeyBool #

maxTestKeyTestKeyTestKey #

minTestKeyTestKeyTestKey #

SmallKey TestKey Source # 
Instance details

Defined in Test.Consensus.PeerSimulator.Tests.Timeouts

Methods

allKeys ∷ [TestKey]

type Rep TestKey Source # 
Instance details

Defined in Test.Consensus.PeerSimulator.Tests.Timeouts

type Rep TestKey = D1 ('MetaData "TestKey" "Test.Consensus.PeerSimulator.Tests.Timeouts" "ouroboros-consensus-3.0.0.0-inplace-consensus-diffusion-test" 'False) (C1 ('MetaCons "DoesTimeout" 'PrefixI 'False) (U1TypeType) :+: C1 ('MetaCons "DoesNotTimeout" 'PrefixI 'False) (U1TypeType))