Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save SteveGilham/a656cb369e6f14c253f1 to your computer and use it in GitHub Desktop.
Monadic Bind as continuation
m >>= fun value1 ->
E1[value1] >>= fun value2 ->
E2[value2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment