WriterK
Value members
Inherited methods
final override def censor[A, U <: WriterK[F, W]](f: F[W] => F[W])(body: Computation[A, U]): Computation[A, U]
- Definition Classes
- Inherited from:
- WriterEffect
final override def listen[A, U <: WriterK[F, W]](body: Computation[A, U]): Computation[(A, F[W]), U]
- Definition Classes
- Inherited from:
- WriterEffect
final def perform[A, U <: ThisEffect](f: WriterSig[F[W], W] & Apply[U] => A !@! U { def apply(z: WriterSig[F[W], W] & Apply[U]): A !@! U; }): Computation[A, U]
- Inherited from:
- CanPerform