WriterGK
Value members
Inherited methods
final override def censor[A, U <: WriterGK[M, K, F, V]](f: M[K, F[V]] => M[K, F[V]])(body: Computation[A, U]): Computation[A, U]
- Definition Classes
- Inherited from:
- WriterEffect
final override def listen[A, U <: WriterGK[M, K, F, V]](body: Computation[A, U]): Computation[(A, M[K, F[V]]), U]
- Definition Classes
- Inherited from:
- WriterEffect
final def perform[A, U <: ThisEffect](f: WriterSig[M[K, F[V]], (K, V)] & Apply[U] => A !@! U { def apply(z: WriterSig[M[K, F[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, WriterGK[M, K, F, V]]
- Inherited from:
- WriterEffect