Skip to content

Instantly share code, notes, and snippets.

@monkey-codes
Created June 9, 2023 23:34
Show Gist options
  • Select an option

  • Save monkey-codes/a4122e83ef58bde699507c6622e5998a to your computer and use it in GitHub Desktop.

Select an option

Save monkey-codes/a4122e83ef58bde699507c6622e5998a to your computer and use it in GitHub Desktop.
//left
unit(x).flatMap(f) == f(x)
//right
m.flatMap(unit) == m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment