haskell-conduit: haskell-conduit (Streaming data processing library) haskell-conduit: haskell-conduit: conduit is a solution to the streaming data problem, allowing for haskell-conduit: production, transformation, and consumption of streams of data in haskell-conduit: constant memory. It is an alternative to lazy I/O which guarantees haskell-conduit: deterministic resource handling, and fits in the same general haskell-conduit: solution space as enumerator/iteratee and pipes. haskell-conduit: haskell-conduit: haskell-conduit: haskell-conduit: