| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Ouroboros.Consensus.HardFork.Combinator.Condense
Contents
Description
Condense instances
These are for the benefit of integration and tests. We do not rely on them within consensus.
NOTE: No guarantees are made about what these condense instances look like.
Documentation
class (Condense blk, Condense (Header blk), Condense (GenTx blk), Condense (GenTxId blk)) => CondenseConstraints blk Source #
Orphan instances
| Condense a => Condense (I a) Source # | |
| All CondenseConstraints xs => Condense (Header (HardForkBlock xs)) Source # | |
| All CondenseConstraints xs => Condense (TxId (GenTx (HardForkBlock xs))) Source # | |
| All CondenseConstraints xs => Condense (GenTx (HardForkBlock xs)) Source # | |
| Condense (GenTxId blk) => Condense (WrapGenTxId blk) Source # | |
Methods condense :: WrapGenTxId blk -> String Source # | |
| All CondenseConstraints xs => Condense (HardForkBlock xs) Source # | |
Methods condense :: HardForkBlock xs -> String Source # | |