ouroboros-consensus-0.18.0.0: Consensus layer for the Ouroboros blockchain protocol
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Util.Slots

Synopsis

Documentation

newtype NumSlots Source #

Number of slots

Constructors

NumSlots 

Fields

Instances

Instances details
Arbitrary NumSlots Source # 
Instance details

Defined in Test.Util.Slots

Generic NumSlots Source # 
Instance details

Defined in Test.Util.Slots

Associated Types

type Rep NumSlotsTypeType #

Methods

fromNumSlotsRep NumSlots x #

toRep NumSlots x → NumSlots #

Show NumSlots Source # 
Instance details

Defined in Test.Util.Slots

Methods

showsPrecIntNumSlotsShowS #

showNumSlotsString #

showList ∷ [NumSlots] → ShowS #

Eq NumSlots Source # 
Instance details

Defined in Test.Util.Slots

Methods

(==)NumSlotsNumSlotsBool #

(/=)NumSlotsNumSlotsBool #

NoThunks NumSlots Source # 
Instance details

Defined in Test.Util.Slots

type Rep NumSlots Source # 
Instance details

Defined in Test.Util.Slots

type Rep NumSlots = D1 ('MetaData "NumSlots" "Test.Util.Slots" "ouroboros-consensus-0.18.0.0-inplace-unstable-consensus-testlib" 'True) (C1 ('MetaCons "NumSlots" 'PrefixI 'True) (S1 ('MetaSel ('Just "unNumSlots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word64)))