WriterG
Value members
Inherited methods
final override def censor[A, U <: WriterG[M, K, V]](f: M[K, V] => M[K, V])(body: Computation[A, U]): Computation[A, U]
- Definition Classes
- Inherited from:
- WriterEffect
final override def listen[A, U <: WriterG[M, K, V]](body: Computation[A, U]): Computation[(A, M[K, V]), U]
- Definition Classes
- Inherited from:
- WriterEffect
final def perform[A, U <: ThisEffect](f: WriterSig[M[K, V], (K, V)] & Apply[U] => A !@! U { def apply(z: WriterSig[M[K, V], (K, V)] & Apply[U]): A !@! U; }): Computation[A, U]
- Inherited from:
- CanPerform
final def tell[K, V1](k: K, v: V1)(implicit ev: (K, V1) <:< (K, V)): Computation[Unit, WriterG[M, K, V]]
- Inherited from:
- WriterEffect