potoki-conduit-0.1: Integration of "potoki" and "conduit"

Safe HaskellNone
LanguageHaskell2010

Potoki.Conduit.MonadIO

Description

Integration in MonadIO.

Synopsis

Documentation

consumeConduit :: MonadIO m => ConduitT () o m () -> Consume o r -> m r Source #

Given a Conduit source over a MonadIO monad and a Potoki consumer execute the whole pipeline in the base monad of the source.