Skip to content

Instantly share code, notes, and snippets.

@mishelashala
Created July 27, 2020 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mishelashala/a6fc68d258d9a4a5c6488a8f64f009cb to your computer and use it in GitHub Desktop.
Save mishelashala/a6fc68d258d9a4a5c6488a8f64f009cb to your computer and use it in GitHub Desktop.
// then :: ((a -> b), (c -> d)) -> Promise<b | d>
// then :: ((a -> Promise b), (c -> Promise d)) -> Promise<b | d>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment