irc-conduit-0.2.0.0: Streaming IRC message library using conduits.

Copyright(c) 2016 Michael Walker
LicenseMIT
MaintainerMichael Walker <mike@barrucadu.co.uk>
Stabilityexperimental
PortabilityOverloadedStrings, RankNTypes
Safe HaskellSafe
LanguageHaskell2010

Network.IRC.Conduit.Internal.Conduits

Description

Internal helper conduits. This module is NOT considered to form part of the public interface of this library.

Synopsis

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.