Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Test.Cardano.Ledger.Constrained.Conway.LedgerTypes.Tests
Synopsis
- genConwayFn ∷ (HasCallStack, HasSpec a) ⇒ Specification a → Gen a
- (!$!) ∷ ∀ t a. HasSpec a ⇒ (Term a → t) → Specification a → Gen t
- (!*!) ∷ ∀ t a. HasSpec a ⇒ Gen (Term a → t) → Specification a → Gen t
- delegationsSpec ∷ Specification (Map (Credential 'Staking) (KeyHash 'StakePool))
- poolRegSpec ∷ ∀ era. Era era ⇒ WitUniv era → Specification (Map (KeyHash 'StakePool) PoolParams)
- soundSpec ∷ ∀ t. (HasSpec t, ToExpr t) ⇒ Gen (Specification t) → Gen Property
- soundSpecWith ∷ ∀ t. (HasSpec t, ToExpr t) ⇒ Int → Gen (Specification t) → SpecWith (Arg Property)
- specSuite ∷ ∀ (era ∷ Type). (era ~ ConwayEra, ShelleyEraTest era) ⇒ Int → Spec
- spec ∷ Spec
- utxoStateGen ∷ Gen (Specification (UTxOState ConwayEra))
Documentation
genConwayFn ∷ (HasCallStack, HasSpec a) ⇒ Specification a → Gen a Source #
delegationsSpec ∷ Specification (Map (Credential 'Staking) (KeyHash 'StakePool)) Source #
poolRegSpec ∷ ∀ era. Era era ⇒ WitUniv era → Specification (Map (KeyHash 'StakePool) PoolParams) Source #
soundSpecWith ∷ ∀ t. (HasSpec t, ToExpr t) ⇒ Int → Gen (Specification t) → SpecWith (Arg Property) Source #