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.

  1. fromLazyByteString :: ByteString -> IO (InputStream ByteString)

    io-streams System.IO.Streams.ByteString

    Creates an InputStream from a lazy ByteString.

  2. 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
    

  3. fromFieldJSONByteString :: Field -> Maybe ByteString -> Conversion ByteString

    postgresql-simple Database.PostgreSQL.Simple.FromField

    Return the JSON ByteString directly

  4. toLazyByteString :: HStoreBuilder -> ByteString

    postgresql-simple Database.PostgreSQL.Simple.HStore

    No documentation available.

  5. type StrictByteString = ByteString

    rio RIO.ByteString

    Type synonym for the strict flavour of ByteString.

  6. type LByteString = ByteString

    rio RIO.Prelude.Types

    No documentation available.

  7. data ShortByteString

    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.

  8. peekByteString :: Peeker e ByteString

    hslua-marshalling HsLua.Marshalling

    Retrieves a ByteString as a raw string.

  9. peekLazyByteString :: Peeker e ByteString

    hslua-marshalling HsLua.Marshalling

    Retrieves a lazy ByteString as a raw string.

  10. peekByteString :: Peeker e ByteString

    hslua-marshalling HsLua.Marshalling.Peekers

    Retrieves a ByteString as a raw string.

Page 45 of many | Previous | Next