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. shortByteString :: ShortByteString -> Write 'ExactLength s

    bytezap Bytezap.Write.Derived

    Write a ShortByteString.

  2. type LByteString = ByteString

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  3. PersistByteString :: ByteString -> PersistValue

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  4. asByteString :: ByteString -> ByteString

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  5. asLByteString :: LByteString -> LByteString

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  6. builderToByteString :: forall (m :: Type -> Type) . PrimMonad m => ConduitT Builder ByteString m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Incrementally execute builders and pass on the filled chunks as bytestrings.

  7. builderToByteStringFlush :: forall (m :: Type -> Type) . PrimMonad m => ConduitT (Flush Builder) (Flush ByteString) m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Same as builderToByteString, but input and output are wrapped in Flush.

  8. builderToByteStringWith :: forall (m :: Type -> Type) . PrimMonad m => BufferAllocStrategy -> ConduitT Builder ByteString m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    A conduit that incrementally executes builders and passes on the filled chunks as bytestrings to an inner sink. INV: All bytestrings passed to the inner sink are non-empty.

  9. builderToByteStringWithFlush :: forall (m :: Type -> Type) . PrimMonad m => BufferAllocStrategy -> ConduitT (Flush Builder) (Flush ByteString) m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  10. fileSourceByteString :: MonadResource m => FileInfo -> m ByteString

    classy-prelude-yesod ClassyPrelude.Yesod

    Extract a strict ByteString body from a FileInfo. This function will block while reading the file.

    do
    fileByteString <- fileSourceByteString fileInfo
    

Page 112 of many | Previous | Next