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.
sinkHandle :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitT ByteString o m ()conduit Conduit Stream all incoming data to the given Handle. Note that this function does not flush and will not close the Handle when processing completes.
sinkHandle :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitT ByteString o m ()conduit Data.Conduit.Combinators Stream all incoming data to the given Handle. Note that this function does not flush and will not close the Handle when processing completes.
sinkHandle :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitT ByteString o m ()conduit-extra Data.Conduit.Binary Stream all incoming data to the given Handle. Note that this function does not flush and will not close the Handle when processing completes.
sinkHandle :: forall (m :: Type -> Type) o . MonadIO m => Handle -> Conduit (UArray Word8) o m ()foundation Foundation.Conduit No documentation available.
sinkHandle :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitT ByteString o m ()classy-prelude-conduit ClassyPrelude.Conduit Stream all incoming data to the given Handle. Note that this function does not flush and will not close the Handle when processing completes.
sinkHandle :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitT Text o m ()literatex LiterateX Consume output lines, writing to a Handle
sinkHandle :: forall (m :: Type -> Type) o u . MonadIO m => Handle -> Pipe ByteString o u m ()conduino Data.Conduino.Combinators Sink into a given I/O handle, writing each input to the handle.
sinkHandle :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitT ByteString o m ()classy-prelude-yesod ClassyPrelude.Yesod Stream all incoming data to the given Handle. Note that this function does not flush and will not close the Handle when processing completes.
sinkHandleBuilder :: forall (m :: Type -> Type) o . MonadIO m => Handle -> ConduitM Builder o m ()conduit 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.
-
conduit Conduit Stream incoming Flushes, executing them on IO.Handle Note that this function does not automatically close the Handle when processing completes
Page 1 of 2 | Next