Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Specs necessary to generate, environment, state, and signal for the EPOCH rule
Documentation
newtype EpochExecEnv era Source #
EpochExecEnv | |
|
Instances
Generic (EpochExecEnv era) Source # | |
Defined in Test.Cardano.Ledger.Constrained.Conway.Epoch from ∷ EpochExecEnv era → Rep (EpochExecEnv era) x Source # to ∷ Rep (EpochExecEnv era) x → EpochExecEnv era Source # | |
Show (EpochExecEnv era) Source # | |
Defined in Test.Cardano.Ledger.Constrained.Conway.Epoch | |
Eq (EpochExecEnv era) Source # | |
Defined in Test.Cardano.Ledger.Constrained.Conway.Epoch (==) ∷ EpochExecEnv era → EpochExecEnv era → Bool Source # (/=) ∷ EpochExecEnv era → EpochExecEnv era → Bool Source # | |
type Rep (EpochExecEnv era) Source # | |
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))))) |