On Wed, Mar 11, 2009 at 4:27 PM, Bas van Dijk <[email protected]> wrote: > On Tue, Mar 10, 2009 at 8:28 PM, John Lato <[email protected]> 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 _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
