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.
fromLazyByteString :: ByteString -> IO (InputStream ByteString)io-streams System.IO.Streams.ByteString Creates an InputStream from a lazy ByteString.
writeLazyByteString :: ByteString -> OutputStream ByteString -> IO ()io-streams System.IO.Streams.ByteString Writes a lazy ByteString to an OutputStream. Example:
ghci> Streams.writeLazyByteString "Test\n" Streams.stdout Test
fromFieldJSONByteString :: Field -> Maybe ByteString -> Conversion ByteStringpostgresql-simple Database.PostgreSQL.Simple.FromField Return the JSON ByteString directly
toLazyByteString :: HStoreBuilder -> ByteStringpostgresql-simple Database.PostgreSQL.Simple.HStore No documentation available.
type
StrictByteString = ByteStringrio RIO.ByteString Type synonym for the strict flavour of ByteString.
-
rio RIO.Prelude.Types No documentation available.
-
rio RIO.Prelude.Types A compact representation of a Word8 vector. It has a lower memory overhead than a ByteString and does not contribute to heap fragmentation. It can be converted to or from a ByteString (at the cost of copying the string data). It supports very few other operations.
peekByteString :: Peeker e ByteStringhslua-marshalling HsLua.Marshalling Retrieves a ByteString as a raw string.
peekLazyByteString :: Peeker e ByteStringhslua-marshalling HsLua.Marshalling Retrieves a lazy ByteString as a raw string.
peekByteString :: Peeker e ByteStringhslua-marshalling HsLua.Marshalling.Peekers Retrieves a ByteString as a raw string.