Created
April 26, 2015 14:23
-
-
Save SteveGilham/16de95c939d07569308b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Producer: (X -> continuation) -> continuation | |
Consumer: X -> continuation -> continuation // strictly a continuation generator, as it produces a continuation from the output of the producer. | |
Operation: continuation -> continuation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment