Skip to content

Instantly share code, notes, and snippets.

@nikshinde-7
Created September 23, 2022 12:23
Show Gist options
  • Save nikshinde-7/eae34cf5c935abcefa078240c8f617df to your computer and use it in GitHub Desktop.
Save nikshinde-7/eae34cf5c935abcefa078240c8f617df to your computer and use it in GitHub Desktop.
identityMonad(value)
 .bind(k)
 .bind(j, j1, j2)
 .bind(i, i2)
 .bind(h, h1, h2)
 .bind(g, g1, g2)
 .bind(f, f1, f2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment