Test.Util.Blob
newtype Blob Source #
Constructors
Fields
Defined in Test.Util.Blob
Methods
showsPrec ∷ Int → Blob → ShowS Source #
show ∷ Blob → String Source #
showList ∷ [Blob] → ShowS Source #
fromString ∷ String → Blob Source #
arbitrary ∷ Gen Blob
shrink ∷ Blob → [Blob]
blobFromBS ∷ ByteString → Blob Source #
blobToBS ∷ Blob → ByteString Source #