Create
Make a Meme
Make a GIF or Short Video
Meme Templates
GIF Templates
No one can be told what a monad is
share
250 views
•
Made by
freefrancisco
11 months 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