cardano-ledger-test-9.9.9.9: Testing harness, tests and benchmarks for Shelley style cardano ledgers
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Cardano.Ledger.Constrained.Conway.Epoch

Description

Specs necessary to generate, environment, state, and signal for the EPOCH rule

Documentation

newtype EpochExecEnv era Source #

Instances

Instances details
Generic (EpochExecEnv era) Source # 
Instance details

Defined in Test.Cardano.Ledger.Constrained.Conway.Epoch

Associated Types

type Rep (EpochExecEnv era) ∷ TypeType Source #

Methods

fromEpochExecEnv era → Rep (EpochExecEnv era) x Source #

toRep (EpochExecEnv era) x → EpochExecEnv era Source #

Show (EpochExecEnv era) Source # 
Instance details

Defined in Test.Cardano.Ledger.Constrained.Conway.Epoch

Eq (EpochExecEnv era) Source # 
Instance details

Defined in Test.Cardano.Ledger.Constrained.Conway.Epoch

Methods

(==)EpochExecEnv era → EpochExecEnv era → Bool Source #

(/=)EpochExecEnv era → EpochExecEnv era → Bool Source #

type Rep (EpochExecEnv era) Source # 
Instance details

Defined in Test.Cardano.Ledger.Constrained.Conway.Epoch

type Rep (EpochExecEnv era) = D1 ('MetaData "EpochExecEnv" "Test.Cardano.Ledger.Constrained.Conway.Epoch" "cardano-ledger-test-9.9.9.9-inplace" 'True) (C1 ('MetaCons "EpochExecEnv" 'PrefixI 'True) (S1 ('MetaSel ('Just "eeeStakeDistr") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Map (Credential 'Staking (EraCrypto era)) (CompactForm Coin)))))