Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. sinkHandleBuilder :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitM Builder o m ()

    conduit Data.Conduit.Combinators

    Stream incoming builders, executing them directly on the buffer of the given Handle. Note that this function does not automatically close the Handle when processing completes. Pass flush to flush the buffer.

  2. sinkHandleFlush :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitM (Flush ByteString) o m ()

    conduit Data.Conduit.Combinators

    Stream incoming Flushes, executing them on IO.Handle Note that this function does not automatically close the Handle when processing completes

  3. sinkHandleBuilder :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitM Builder o m ()

    conduit-extra Data.Conduit.Binary

    Stream incoming builders, executing them directly on the buffer of the given Handle. Note that this function does not automatically close the Handle when processing completes. Pass flush to flush the buffer.

  4. sinkHandleFlush :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitM (Flush ByteString) o m ()

    conduit-extra Data.Conduit.Binary

    Stream incoming Flushes, executing them on IO.Handle Note that this function does not automatically close the Handle when processing completes

  5. sinkHandleBuilder :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitM Builder o m ()

    classy-prelude-conduit ClassyPrelude.Conduit

    Stream incoming builders, executing them directly on the buffer of the given Handle. Note that this function does not automatically close the Handle when processing completes. Pass flush to flush the buffer.

  6. sinkHandleFlush :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitM (Flush ByteString) o m ()

    classy-prelude-conduit ClassyPrelude.Conduit

    Stream incoming Flushes, executing them on IO.Handle Note that this function does not automatically close the Handle when processing completes

  7. sinkHandleBuilder :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitM Builder o m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Stream incoming builders, executing them directly on the buffer of the given Handle. Note that this function does not automatically close the Handle when processing completes. Pass flush to flush the buffer.

  8. sinkHandleFlush :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitM (Flush ByteString) o m ()

    classy-prelude-yesod ClassyPrelude.Yesod

    Stream incoming Flushes, executing them on IO.Handle Note that this function does not automatically close the Handle when processing completes

Page 2 of 2 | Previous