more-extensible-effects-0.1.0.4: Initial project template from stack

Safe HaskellNone
LanguageHaskell2010

Control.Monad.Eff.Trace

Documentation

data Trace v Source #

trace :: Member Trace r => String -> Eff r () Source #

runTracePure :: Eff (Trace ': r) a -> Eff r (a, [String]) Source #

runTrace :: MemberU2 Lift (Lift IO) r => Eff (Trace ': r) a -> Eff r a Source #