Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Mensam.Server.Application
Documentation
type Transformers = ((((((NilT :.|> EnvironmentT) :.|> OptionsT) :.|> CustomLoggingT) :.|> ConfiguredT) :.|> SeldaPoolT) :.|> SecretT) :.|> EmailT Source #
newtype ApplicationT m a Source #
Constructors
ApplicationT | |
Fields
|
Instances
runApplicationT :: (MonadBaseControlIdentity IO m, MonadMask m, MonadUnliftIO m) => ApplicationT m a -> m a Source #