Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 26, 2015 14:14
Show Gist options
  • Select an option

  • Save SteveGilham/a649ae8e1c3f054314a6 to your computer and use it in GitHub Desktop.

Select an option

Save SteveGilham/a649ae8e1c3f054314a6 to your computer and use it in GitHub Desktop.
Continuation based computation
type continuation = K of (unit -> unit)
step1: continuation -> continuation
end: continuation
program = step1 end : continuation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment