napkin-1.0.0
Safe HaskellNone
LanguageGHC2021

Napkin.Spec.Combo

Documentation

runComboWith :: forall {k} m (b :: k) a. MonadIO m => ComboEnv b -> ComboT b m a -> m a #

allocComboEnv :: forall {k} (b :: k). AppConfig -> ResourceT IO (ComboEnv b) #

mkComboEnvWith :: forall {k} m (b :: k). MonadIO m => AppConfig -> m (ComboEnv b) #