Scalaz iteratees: “Lifting” `EnumeratorT` to match `IterateeT` for a “bigger” monad
If I have an EnumeratorT and a corresponding IterateeT I can run them together: val en: EnumeratorT[String, Task] = EnumeratorT.enumList(List(“a”, “b”, “c”)) val … Read more