iteratee -0.8.8.0 released
John Lato
jwlato at gmail.com
Mon Jan 16 19:04:55 GMT 2012
Hello,
iteratee-0.8.8.0 is now available on Hackage. This version
incorporates the following changes:
1. addition of Data.Iteratee.ListLike.countConsumed - returns the
number of elements consumed by running an iteratee
2. addition of Data.Iteratee.ListLike.greedy - converts an iteratee
into a greedy variant that is run repeatedly on an input chunk
(sometimes useful for making more efficient converters with
"convStream" variants)
3. Data.Iteratee.Binary functions have been greatly optimized, with
some new bytestring-specialized variants provided.
4. Some documentation improvements.
Thanks to everyone who contributed.
John
More information about the Iteratee
mailing list