effects-0: Computational Effects
Control.Effects.Writer
tell :: (c ~ ContT (w, r) m, AutoLift c n, Monad m, Monoid w) => Proxy c -> w -> n ()Source
writer :: (Monad m, Monoid w) => Handler (w, a) m a (w, a)Source