Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Orphan instances
Arbitrary point => Arbitrary (ChainRange point) Source # | |
arbitrary :: Gen (ChainRange point) # shrink :: ChainRange point -> [ChainRange point] # | |
(Arbitrary block, Arbitrary point) => Arbitrary (AnyMessage (BlockFetch block point)) Source # | |
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 # | |
(==) :: AnyMessage (BlockFetch block point) -> AnyMessage (BlockFetch block point) -> Bool # (/=) :: AnyMessage (BlockFetch block point) -> AnyMessage (BlockFetch block point) -> Bool # | |
Arbitrary (Serialised Block) Source # | |
arbitrary :: Gen (Serialised Block) # shrink :: Serialised Block -> [Serialised Block] # |