polysemy-log-0.11.1.0: Polysemy effects for logging
Safe HaskellNone
LanguageGHC2021

Polysemy.Log.Pure

Description

 
Synopsis

Documentation

interpretLogOutput :: forall (r :: EffectRow). Member (Output LogMessage :: (Type -> Type) -> Type -> Type) r => InterpreterFor Log r Source #

Interpret Log in terms of Output.

interpretLogNull :: forall (r :: [Effect]) a. Sem (Log ': r) a -> Sem r a Source #

Interpret Log by discarding all messages.