Skip to content

Instantly share code, notes, and snippets.

@andys8
Created July 18, 2018 21:39
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 andys8/938b19bb470f187071e8968f9dfd5c49 to your computer and use it in GitHub Desktop.
Save andys8/938b19bb470f187071e8968f9dfd5c49 to your computer and use it in GitHub Desktop.
Functor, Applicative, Monad
(<$>), which lifts a single-argument function into a Functor
(<*>), which chains a multi-argument function through an Applicative
(=<<), which binds a function that enters a Monad onto an existing computation
@andys8
Copy link
Author

andys8 commented Jul 18, 2018

screenshot_20180718-233952 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment