Interpreter

Companion:
class
class Object
trait Matchable
class Any

Type members

Types

type Apply[F[_], L, N] = Interpreter { type Result = F; type ThisEffect = L; type IntroEffect = N; }