| Copyright | (c) 2016 Michael Walker |
|---|---|
| License | MIT |
| Maintainer | Michael Walker <mike@barrucadu.co.uk> |
| Stability | experimental |
| Portability | OverloadedStrings, RankNTypes |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Network.IRC.Conduit.Internal.Conduits
Description
Internal helper conduits. This module is NOT considered to form part of the public interface of this library.
- chunked :: Monad m => Conduit ByteString m ByteString
- exceptionalConduit :: MonadIO m => Conduit a m a
Documentation
chunked :: Monad m => Conduit ByteString m ByteString Source #
Split up incoming bytestrings into new lines.
exceptionalConduit :: MonadIO m => Conduit a m a Source #
Throw an IO exception when the upstream conduit is closed.