Name: Anonymous 2013-10-20 22:56
Post a random function that you made. May be from any project you've done or make one impromptu.
Any QUALITY is allowed. No bullying!
Any QUALITY is allowed. No bullying!
instance Functor PluginT where
fmap = undefined
instance Applicative PluginT where
pure x = undefined
(<*>) = undefined
instance Monad PluginT where
(>>=) = undefined