EvalInterpretation

Companion:
class
trait EvalTypes
class Object
trait Matchable
class Any

Type members

Inherited types

type Eval[A] = Name[A]
Inherited from:
EvalTypes
type _Eval[R] = Member[Eval, R]
Inherited from:
EvalTypes
type _eval[R] = MemberIn[Eval, R]
Inherited from:
EvalTypes

Value members

Inherited methods

def attemptEval[R, U, A](r: Eff[R, A])(implicit m: Aux[Eval, R, U]): Eff[U, Either[Throwable, A]]
Inherited from:
EvalInterpretation
def runEval[R, U, A](r: Eff[R, A])(implicit m: Aux[Eval, R, U]): Eff[U, A]
Inherited from:
EvalInterpretation