Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Tools for reporting things in readable manner. Used in Rules to implement
STS renderAssertionViolation
methods, and in Tests.
Synopsis
- showCred ∷ Credential x c → String
- showIR ∷ InstantaneousRewards c → String
- showKeyHash ∷ KeyHash c x → String
- showListy ∷ Foldable t ⇒ (a → String) → t a → String
- showMap ∷ (t1 → [Char]) → (t2 → [Char]) → Map t1 t2 → String
- showWithdrawal ∷ Withdrawals c → String
- showSafeHash ∷ SafeHash c i → String
- synopsisCoinMap ∷ Maybe (Map k Coin) → String
- showTxCerts ∷ EraTxBody era ⇒ TxBody era → String
- produceEqualsConsumed ∷ EraTxBody era ⇒ PParams era → CertState era → UTxO era → TxBody era → String
Documentation
showCred ∷ Credential x c → String Source #
showIR ∷ InstantaneousRewards c → String Source #
showKeyHash ∷ KeyHash c x → String Source #
showWithdrawal ∷ Withdrawals c → String Source #
showSafeHash ∷ SafeHash c i → String Source #