[Haskell] Announce: iteratee-0.1.0

John Lato jwlato at gmail.com
Wed Mar 11 16:36:23 EDT 2009


On Wed, Mar 11, 2009 at 4:27 PM, Bas van Dijk <v.dijk.bas at gmail.com> wrote:
> On Tue, Mar 10, 2009 at 8:28 PM, John Lato <jwlato at 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


More information about the Haskell mailing list