Changes between Version 1 and Version 2 of ListSuspension
- Timestamp:
- 03/22/10 00:49:26 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ListSuspension
v1 v2 1 1 = List functor as a coroutine suspension functor = 2 2 3 While most common functors contain only one coroutine resumption, this is no requirement. Here is an example of using the list functor in this role. First, a coroutine:3 While most common functors, some of which ship with [wiki:monad-coroutine], contain only one coroutine resumption, this is no requirement. Here is an example of using the list functor in this role. First, a coroutine: 4 4 5 5 {{{
