_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
Another implementation of coroutines is in the Streaming Component
Combinators on Hackage
(http://hackage.haskell.org/cgi-bin/hackage-scripts/package/scc). In
this version, a coroutine is a monad transformer that can be laid over
any monad, including Id and IO. Furthermore, you can have an arbitrary
number of inputs/output channels but they are restricted to
communicating a single value type.
- [Haskell-cafe] Coroutines Ryan Ingram
- Re: [Haskell-cafe] Coroutines Ryan Ingram
- Re: [Haskell-cafe] Coroutines Miguel Mitrofanov
- Re[2]: [Haskell-cafe] Coroutines Bulat Ziganshin
- Re: Re[2]: [Haskell-cafe] Corout... Brandon S. Allbery KF8NH
- Re[4]: [Haskell-cafe] Corou... Bulat Ziganshin
- Re: [Haskell-cafe] Coroutines Robin Green
- Re: [Haskell-cafe] Coroutines Ryan Ingram
- Re: [Haskell-cafe] Coroutines Mario Blazevic
- Re: [Haskell-cafe] Coroutines Tim Newsham
- Re: [Haskell-cafe] Coroutines Mario Blazevic
