11 Mar
2009
11 Mar
'09
8:36 p.m.
On Wed, Mar 11, 2009 at 4:27 PM, Bas van Dijk <v.dijk.bas@gmail.com> wrote:
On Tue, Mar 10, 2009 at 8:28 PM, John Lato <jwlato@gmail.com> wrote:
I am pleased to announce the hackage release of iteratee-0.1.0.
Nice!
I think it would be nice if you make Monoid a superclass of StreamChunk and remove the 'empty' and 'append' methods.
I attached a darcs patch that does just that, adds the necessary Monoid instances and updates all code to work with Monoids.
Thanks very much for this; it looks great. Incidentally, one of the items planned for iteratee is some restructuring of types, in particular the StreamChunk class. I would very much like to make further steps in this direction. John