| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Test.QuickCheck.Instances.ByteString
Contents
Orphan instances
| Arbitrary ByteString Source # | |
| Arbitrary ByteString Source # | |
| Arbitrary ShortByteString Source # | |
Methods arbitrary :: Gen ShortByteString Source # shrink :: ShortByteString -> [ShortByteString] Source # | |
| CoArbitrary ByteString Source # | |
Methods coarbitrary :: ByteString -> Gen b -> Gen b Source # | |
| CoArbitrary ByteString Source # | |
Methods coarbitrary :: ByteString -> Gen b -> Gen b Source # | |
| CoArbitrary ShortByteString Source # | |
Methods coarbitrary :: ShortByteString -> Gen b -> Gen b Source # | |
| Function ByteString Source # | |
Methods function :: (ByteString -> b) -> ByteString :-> b Source # | |
| Function ByteString Source # | |
Methods function :: (ByteString -> b) -> ByteString :-> b Source # | |
| Function ShortByteString Source # | |
Methods function :: (ShortByteString -> b) -> ShortByteString :-> b Source # | |