Safe Haskell | None |
---|---|
Language | Haskell2010 |
Test.Consensus.Ledger.Tables.DiffSeq
Contents
Documentation
Orphan instances
Arbitrary Length Source # | |
Arbitrary SlotNoLB Source # | |
Arbitrary SlotNoUB Source # | |
Arbitrary1 StrictMaybe Source # | |
Methods liftArbitrary ∷ Gen a → Gen (StrictMaybe a) Source # liftShrink ∷ (a → [a]) → StrictMaybe a → [StrictMaybe a] Source # | |
Arbitrary v ⇒ Arbitrary (Delta v) Source # | |
Arbitrary v ⇒ Arbitrary (DeltaHistory v) Source # | |
(Ord k, Arbitrary k, Arbitrary v) ⇒ Arbitrary (Diff k v) Source # | |
Arbitrary (InternalMeasure k v) Source # | |
Methods arbitrary ∷ Gen (InternalMeasure k v) Source # shrink ∷ InternalMeasure k v → [InternalMeasure k v] Source # | |
(Ord k, Arbitrary k, Arbitrary v) ⇒ Arbitrary (RootMeasure k v) Source # | |
Methods arbitrary ∷ Gen (RootMeasure k v) Source # shrink ∷ RootMeasure k v → [RootMeasure k v] Source # | |
(SuperMeasured vt vi a, Arbitrary a) ⇒ Arbitrary (StrictFingerTree vt vi a) Source # | |
Methods arbitrary ∷ Gen (StrictFingerTree vt vi a) Source # shrink ∷ StrictFingerTree vt vi a → [StrictFingerTree vt vi a] Source # |