diff options
Diffstat (limited to 'src/Bot.hs')
-rw-r--r-- | src/Bot.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,3 +17,5 @@ newtype Bot a = Bot { runBot :: ReaderT Options IO a -- } deriving (Monad, Functor, Applicative, BotConfig, MonadIO) } deriving (Monad, Functor, Applicative, MonadReader Options, MonadIO) + +-- instance MonadPlus Bot |