[Haskell-cafe] ANNOUNCE: enumerator 0.4.8

Ertugrul Soeylemez es at ertes.de
Wed Mar 30 04:03:19 CEST 2011


Antoine Latter <aslatter at gmail.com> wrote:

> It looks like we can't quite fit Enumeratee into the Category
> typeclass (without newtypes, at least). That's a shame.

Yeah.  Intuitively it looks like iteratees and enumeratees are excellent
candidates for Category and even Arrow.  Unfortunately they can either
be monad transformers or arrows.  You can't mix without, as you said, a
newtype.  That's very unfortunate.


Greets,
Ertugrul


-- 
nightmare = unsafePerformIO (getWrongWife >>= sex)
http://ertes.de/





More information about the Haskell-Cafe mailing list