Created
July 18, 2018 21:39
-
-
Save andys8/938b19bb470f187071e8968f9dfd5c49 to your computer and use it in GitHub Desktop.
Functor, Applicative, Monad
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(<$>), 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 |
Author
andys8
commented
Jul 18, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment