Changes between Version 4 and Version 5 of coroutine-iteratee
- Timestamp:
- 11/28/10 19:24:03 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
coroutine-iteratee
v4 v5 26 26 }}} 27 27 28 Here's an example that uses `enumInflate` from the (iteratee-based) package `iteratee-compress`, together with the enumerator-based function `iterHandle`, to build an iteratee that writes data into a compressed file:28 Here's an example that uses `enumInflate` from the (iteratee-based) package [http://hackage.haskell.org/package/iteratee-compress iteratee-compress], together with the enumerator-based function `iterHandle`, to build an iteratee that writes data into a compressed file: 29 29 30 30 {{{
