Safe Haskell | None |
---|---|
Language | Haskell2010 |
Ouroboros.Network.Protocol.LocalTxMonitor.Test
Contents
Documentation
Orphan instances
Arbitrary MeasureName Source # | |
Arbitrary MempoolMeasures Source # | |
Arbitrary MempoolSizeAndCapacity Source # | |
Methods arbitrary :: Gen MempoolSizeAndCapacity # shrink :: MempoolSizeAndCapacity -> [MempoolSizeAndCapacity] # | |
Arbitrary (SizeAndCapacity Integer) Source # | |
Methods arbitrary :: Gen (SizeAndCapacity Integer) # shrink :: SizeAndCapacity Integer -> [SizeAndCapacity Integer] # | |
(Arbitrary txid, Arbitrary tx, Arbitrary slot) => Arbitrary (AnyMessage (LocalTxMonitor txid tx slot)) Source # | |
Methods arbitrary :: Gen (AnyMessage (LocalTxMonitor txid tx slot)) # shrink :: AnyMessage (LocalTxMonitor txid tx slot) -> [AnyMessage (LocalTxMonitor txid tx slot)] # | |
(Eq txid, Eq tx, Eq slot) => Eq (AnyMessage (LocalTxMonitor txid tx slot)) Source # | |
Methods (==) :: AnyMessage (LocalTxMonitor txid tx slot) -> AnyMessage (LocalTxMonitor txid tx slot) -> Bool # (/=) :: AnyMessage (LocalTxMonitor txid tx slot) -> AnyMessage (LocalTxMonitor txid tx slot) -> Bool # |