reader-soup-0.1.0.1: Vinyl-based reader-like monad composition

Safe HaskellNone
LanguageHaskell2010

Control.Monad.ReaderSoup.Katip

Contents

Synopsis

Documentation

useKatip :: LogEnv -> Namespace -> ContextRunner KatipContextT m Source #

Use a katip context, parameterized by a LogEnv and a root Namespace

Orphan instances

SoupContext KatipContextTState KatipContextT Source # 
Instance details

IsInSoup_ r ctxs "katip" => KatipContext (ReaderSoup_ r ctxs) Source # 
Instance details

IsInSoup_ r ctxs "katip" => Katip (ReaderSoup_ r ctxs) Source # 
Instance details

Methods

getLogEnv :: ReaderSoup_ r ctxs LogEnv #

localLogEnv :: (LogEnv -> LogEnv) -> ReaderSoup_ r ctxs a -> ReaderSoup_ r ctxs a #