| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
MatrixBot.Bot.BotM
Synopsis
- type BotM r (m :: Type -> Type) = (MonadIO m, MonadUnliftIO m, MonadFail m, MonadMask m, MonadReader r m, MonadLogger m, HasCredentials r, HasRetryParams r)
Documentation
type BotM r (m :: Type -> Type) = (MonadIO m, MonadUnliftIO m, MonadFail m, MonadMask m, MonadReader r m, MonadLogger m, HasCredentials r, HasRetryParams r) Source #
Main Bot Monad Constraint type