Hoogle Search

Within LTS Haskell 22.20 (ghc-9.6.4)

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

  1. sinkHandle :: 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.

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

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

  4. sinkHandle :: MonadIO m => Handle -> Conduit (UArray Word8) o m ()

    foundation Foundation.Conduit

    No documentation available.

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

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

  7. sinkHandle :: MonadIO m => Handle -> ConduitT Text o m ()

    literatex LiterateX

    Consume output lines, writing to a Handle

  8. sinkHandleBuilder :: 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.

  9. sinkHandleFlush :: MonadIO m => Handle -> ConduitM (Flush ByteString) o m ()

    conduit Conduit

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

  10. sinkHandleBuilder :: 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.

Page 1 of 2 | Next