ircbot-0.6.4: A library for writing irc bots

Safe HaskellNone
LanguageHaskell98

Network.IRC.Bot.BotMonad

Documentation

mapBotPartT :: (m a -> n b) -> BotPartT m a -> BotPartT n b Source

maybeZero :: MonadPlus m => Maybe a -> m a Source