Create
Make a Meme
Make a GIF
Make a Chart
Make a Demotivational
No one can be told what a monad is
share
194 views
•
Made by
freefrancisco
4 weeks ago
in
programming
memes
matrix morpheus
Caption this Meme
Add Meme
Add Image
Post Comment
Show More Comments
Caption 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