Imgflip Logo Icon

No one can be told what a monad is

No one can be told what a monad is | Unfortunately, no one can be told what a monad is. 
You have to see it yourself. class Applicative m => Monad m where
(>>=) :: m a -> (a -> m b) -> m b 
return :: a -> m a | image tagged in memes,matrix morpheus | made w/ Imgflip meme maker
194 views Made by freefrancisco 4 weeks ago in programming
Matrix Morpheus memeCaption this Meme
Matrix Morpheus memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
Unfortunately, no one can be told what a monad is. You have to see it yourself. class Applicative m => Monad m where (>>=) :: m a -> (a -> m b) -> m b return :: a -> m a