Error
Value members
Inherited methods
final override def katch[A, U <: Error[E]](body: Computation[A, U])(f: E => Computation[A, U]): Computation[A, U]
- Definition Classes
- Inherited from:
- ErrorEffect
final def perform[A, U <: ThisEffect](f: ErrorSig[E, E] & Apply[U] => A !@! U { def apply(z: ErrorSig[E, E] & Apply[U]): A !@! U; }): Computation[A, U]
- Inherited from:
- CanPerform