Skip to content

Instantly share code, notes, and snippets.

@calebh
Created July 21, 2019 00:14
Show Gist options
  • Save calebh/ac9734fc782b777326a9e7487672ca4d to your computer and use it in GitHub Desktop.
Save calebh/ac9734fc782b777326a9e7487672ca4d to your computer and use it in GitHub Desktop.
do
x1 <- expr1
x2 <- expr2
expr3
expr1 >>= (\x1 -> (expr2 >>= (\x2 -> expr3)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment