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. builderToByteStringWithFlush :: forall (m :: Type -> Type) . PrimMonad m => BufferAllocStrategy -> ConduitT (Flush Builder) (Flush ByteString) m ()

    conduit-extra Data.Conduit.ByteString.Builder

    No documentation available.

  2. unsafeBuilderToByteString :: forall (m :: Type -> Type) . PrimMonad m => ConduitT Builder ByteString m ()

    conduit-extra Data.Conduit.ByteString.Builder

    Incrementally execute builders on the given buffer and pass on the filled chunks as bytestrings. Note that, if the given buffer is too small for the execution of a build step, a larger one will be allocated. WARNING: This conduit yields bytestrings that are NOT referentially transparent. Their content will be overwritten as soon as control is returned from the inner sink!

  3. digestFromByteString :: (HashAlgorithm a, ByteArrayAccess ba) => ba -> Maybe (Digest a)

    crypton Crypto.Hash

    Try to transform a bytearray into a Digest of specific algorithm. If the digest is not the right size for the algorithm specified, then Nothing is returned.

  4. toByteString :: ToYaml a => a -> ByteString

    yaml Data.Yaml.Builder

    No documentation available.

  5. toByteStringWith :: ToYaml a => FormatOptions -> a -> ByteString

    yaml Data.Yaml.Builder

    No documentation available.

  6. renderHtmlToByteStringIO :: (ByteString -> IO ()) -> Html -> IO ()

    blaze-html Text.Blaze.Html.Renderer.Utf8

    No documentation available.

  7. mkByteStringCLit :: forall (raw :: Bool) info stmt . CLabel -> ByteString -> (CmmLit, GenCmmDecl (GenCmmStatics raw) info stmt)

    ghc GHC.Cmm.Utils

    We make a top-level decl for the string, and return a label pointing to it

  8. fastStringToByteString :: FastString -> ByteString

    ghc GHC.Data.FastString

    Deprecated: Use bytesFS instead

  9. fastStringToShortByteString :: FastString -> ShortByteString

    ghc GHC.Data.FastString

    No documentation available.

  10. fastZStringToByteString :: FastZString -> ByteString

    ghc GHC.Data.FastString

    No documentation available.

Page 37 of many | Previous | Next