Skip to content

Instantly share code, notes, and snippets.

@eyelash
Last active October 30, 2018 20:12
Show Gist options
  • Save eyelash/9d6b60f964b3e898598cc55de10659bc to your computer and use it in GitHub Desktop.
Save eyelash/9d6b60f964b3e898598cc55de10659bc to your computer and use it in GitHub Desktop.
(m >>= \x -> f x) >>= \x -> g x = m >>= \x -> (f x >>= \x -> g x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment