Created
April 26, 2015 14:11
-
-
Save SteveGilham/a656cb369e6f14c253f1 to your computer and use it in GitHub Desktop.
Monadic Bind as continuation
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
| 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