| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Ouroboros.Network.Protocol.BlockFetch.Test
Contents
Documentation
Orphan instances
| Arbitrary point => Arbitrary (ChainRange point) Source # | |
| (Arbitrary block, Arbitrary point) => Arbitrary (AnyMessage (BlockFetch block point)) Source # | |
Methods arbitrary :: Gen (AnyMessage (BlockFetch block point)) # shrink :: AnyMessage (BlockFetch block point) -> [AnyMessage (BlockFetch block point)] # | |
| (Eq block, Eq point) => Eq (AnyMessage (BlockFetch block point)) Source # | |
Methods (==) :: AnyMessage (BlockFetch block point) -> AnyMessage (BlockFetch block point) -> Bool # (/=) :: AnyMessage (BlockFetch block point) -> AnyMessage (BlockFetch block point) -> Bool # | |
| Arbitrary (Serialised Block) Source # | |