Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data SomeTestAdversarial Source #
∀ base hon. SomeTestAdversarial !(Proxy base) !(Proxy hon) !(TestAdversarial base hon) |
data TestAdversarial base hon Source #
TestAdversarial | |
|
Instances
Read (TestAdversarial base hon) Source # | |
Defined in Test.Ouroboros.Consensus.ChainGenerator.Tests.Adversarial 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 showsPrec ∷ Int → TestAdversarial base hon → ShowS # show ∷ TestAdversarial base hon → String # showList ∷ [TestAdversarial base hon] → ShowS # |