Path to this page:
Subject: CVS commit: wip/hs-conduit
From: Ryosuke Moro
Date: 2013-09-17 01:20:29
Message id: E1VLi63-0008Le-Bp@sfs-ml-2.v29.ch3.sourceforge.com
Log Message:
Import conduit-1.0.7.4 as wip/hs-conduit.
conduit is a solution to the streaming data problem, allowing for
production, transformation, and consumption of streams of data in constant
memory. It is an alternative to lazy I/O which guarantees deterministic
resource handling, and fits in the same general solution space as
enumerator/iteratee and pipes. For a tutorial, please visit
https://haskell.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview
Files: