Hoogle Search
Within LTS Haskell 24.43 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
packByteStringM :: ByteString -> Pack s ()mempack Data.MemPack Helper function for packing a ByteString without its length being packed first.
packShortByteString :: (MemPack a, HasCallStack) => a -> ShortByteStringmempack Data.MemPack Serialize a type into an unpinned ShortByteString
unpackByteStringM :: Buffer b => Int -> Unpack b ByteStringmempack Data.MemPack Unpack a ByteString of a specified size.
byteArrayFromShortByteString :: ShortByteString -> ByteArraymempack Data.MemPack.Buffer No documentation available.
byteArrayToShortByteString :: ByteArray -> ShortByteStringmempack Data.MemPack.Buffer No documentation available.
pinnedByteArrayToByteString :: ByteArray -> ByteStringmempack Data.MemPack.Buffer No documentation available.
withPtrByteStringST :: ByteString -> (Ptr a -> ST s b) -> ST s bmempack Data.MemPack.Buffer It is ok to use ByteString withing ST, as long as underlying pointer is never mutated or returned from the supplied action.
requestBodyAsByteString :: Request -> ByteStringmime-mail-ses Network.Mail.Mime.SES.Internal No documentation available.
pgLazyByteString :: ByteString -> Field PGByteaopaleye Opaleye.Internal.PGTypesExternal No documentation available.
pgStrictByteString :: ByteString -> Field PGByteaopaleye Opaleye.Internal.PGTypesExternal No documentation available.