| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Ouroboros.Network.Protocol.ObjectDiffusion.Test
Contents
Documentation
Instances
Constructors
| Object | |
Fields | |
Instances
| Arbitrary Object Source # | |||||
| NFData Object Source # | |||||
| Generic Object Source # | |||||
Defined in Ouroboros.Network.Protocol.ObjectDiffusion.Test Associated Types
| |||||
| Show Object Source # | |||||
| Eq Object Source # | |||||
| Serialise Object Source # | |||||
| ShowProxy Object Source # | |||||
| type Rep Object Source # | |||||
Defined in Ouroboros.Network.Protocol.ObjectDiffusion.Test type Rep Object = D1 ('MetaData "Object" "Ouroboros.Network.Protocol.ObjectDiffusion.Test" "ouroboros-network-1.1.0.0-inplace-protocols-tests-lib" 'True) (C1 ('MetaCons "Object" 'PrefixI 'True) (S1 ('MetaSel ('Just "getObjectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ObjectId))) | |||||
Orphan instances
| Arbitrary NumObjectIdsAck Source # | |
| Arbitrary NumObjectIdsReq Source # | |
| (Arbitrary objectId, Arbitrary object) => Arbitrary (AnyMessage (ObjectDiffusion objectId object)) Source # | |
Methods arbitrary :: Gen (AnyMessage (ObjectDiffusion objectId object)) # shrink :: AnyMessage (ObjectDiffusion objectId object) -> [AnyMessage (ObjectDiffusion objectId object)] # | |
| (Eq objectId, Eq object) => Eq (AnyMessage (ObjectDiffusion objectId object)) Source # | |
Methods (==) :: AnyMessage (ObjectDiffusion objectId object) -> AnyMessage (ObjectDiffusion objectId object) -> Bool # (/=) :: AnyMessage (ObjectDiffusion objectId object) -> AnyMessage (ObjectDiffusion objectId object) -> Bool # | |