Copyright | (c) Soostone Inc 2020 |
---|---|
License | AllRightsReserved |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
type MonadCombo m = (MonadFix m, MonadBaseControl IO m, MonadIO m, MonadMask m, MonadFail m) #
runComboWith :: Monad m => ComboEnv -> ComboT m a -> m a #
runComboStatsWith :: Monad m => ComboEnv -> ComboT m a -> m (a, TrackingQueryStats) #
mkComboEnvWith :: (MonadBaseControl IO m, MonadIO m) => AppConfig -> m ComboEnv #
module Napkin.Spec.ComboTypes