!0     Safe`bytestring-arbitrarykA wrapper to generate 10MB bytestrings. I should really figure out how type-level Nats work, so one can just do (ArbByteStringN 10000000) and have selectable sizes, but I don't see how to do that yet, so 10MB is as big as this library goes. As with the 1MB version, shrink here will generate ArbByteString10M instances that wrap ByteStrings smaller than 10MB.bytestring-arbitraryPA wrapper to generate 1MB bytestrings. The shrink implementation still returns ArbByteString1M5 instances, of course, but they're smaller than 1MB.bytestring-arbitraryA ByteString wrapper so we can implement Arbitrary for ByteString. This will currently generate random ByteStrings of length 0 to 100KB. bytestring-arbitraryGenerate a bunch of binary data quickly. This abuses the cryptohash skein function to generate a megabyte of data at a time, and then concats chunks until it has enough. bytestring-arbitraryGenerate binary data slowly. This generates a list of Word8s, and then uses Data.ByteString.pack to concatenate it into a single ByteString.        1bytestring-arbitrary-0.1.2-JgTzGIKfEm5HiK7Qhwua6PData.ByteString.ArbitraryArbByteString10MABS10M fromABS10MArbByteString1MABS1M fromABS1M ArbByteStringABSfromABS fastRandBs slowRandBs$fArbitraryArbByteString$fArbitraryArbByteString1M$fArbitraryArbByteString10M$fEqArbByteString$fOrdArbByteString$fReadArbByteString$fShowArbByteString$fEqArbByteString1M$fOrdArbByteString1M$fReadArbByteString1M$fShowArbByteString1M$fEqArbByteString10M$fOrdArbByteString10M$fReadArbByteString10M$fShowArbByteString10M