Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 26, 2015 14:23
Show Gist options
  • Save SteveGilham/16de95c939d07569308b to your computer and use it in GitHub Desktop.
Save SteveGilham/16de95c939d07569308b to your computer and use it in GitHub Desktop.
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