| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.Ouroboros.Consensus.ChainGenerator.Tests.Adversarial
Documentation
data SomeTestAdversarial Source #
Constructors
| SomeTestAdversarial !(Proxy base) !(Proxy hon) !(TestAdversarial base hon) |
Instances
data TestAdversarial base hon Source #
Constructors
| TestAdversarial | |
Fields
| |
Instances
| Read (TestAdversarial base hon) Source # | |
Defined in Test.Ouroboros.Consensus.ChainGenerator.Tests.Adversarial Methods readsPrec ∷ Int → ReadS (TestAdversarial base hon) # readList ∷ ReadS [TestAdversarial base hon] # readPrec ∷ ReadPrec (TestAdversarial base hon) # readListPrec ∷ ReadPrec [TestAdversarial base hon] # | |
| Show (TestAdversarial base hon) Source # | |
Defined in Test.Ouroboros.Consensus.ChainGenerator.Tests.Adversarial Methods showsPrec ∷ Int → TestAdversarial base hon → ShowS # show ∷ TestAdversarial base hon → String # showList ∷ [TestAdversarial base hon] → ShowS # | |