ErrorSig

trait ErrorSig[E, E1] extends Signature
trait Signature
class Object
trait Matchable
class Any
trait ErrorEffect[E, E1]
trait Error[E]
trait ErrorG[M, K, V]
trait ErrorGK[M, K, F, V]
trait ErrorK[F, E]

Type members

Inherited types

type !@![A, U]

Abstract type that must be used in definitions of effect's operations.

Abstract type that must be used in definitions of effect's operations.

From the perspective of effect's user, !@! is just an alias of !!. The final-override happens in Effect.

From the perspective of handler, !@! definition is enriched in a way depending on the chosen Interpreter.

Inherited from:
Signature

Abstract type that must be used in definitions of effect's operations.

Abstract type that must be used in definitions of effect's operations.

From the perspective of effect's user, ThisEffect is just an alias of this.type. The final-override happens in Effect.

From the perspective of handler, ThisEffect definition is enriched in a way depending on the chosen Interpreter.

Inherited from:
Signature

Value members

Abstract methods

def katch[A, U <: ThisEffect](body: Computation[A, U])(f: E => Computation[A, U]): A !@! U
def raise(e: E1): Nothing !@! ThisEffect
def raises(e: E): Nothing !@! ThisEffect