turbolift.internals.interpreter.Interpreter$
See theInterpreter companion trait
object Interpreter
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Interpreter.type
Members list
Concise view
Type members
Classlikes
Super class for interpreters using delimited continuation.
Super class for interpreters using delimited continuation.
Attributes
- Graph
- Supertypes
- Known subtypes
- Self type
Super trait for any user-defined proxy Interpreter.
Super trait for any user-defined proxy Interpreter.
Proxy translates operations of this effect, into operations of some other effects (dependencies). This is also known as "reinterpretation" in some effect systems.
Attributes
- Fx
Type-level set of effects, specifying dependencies of this proxy interpreter.
- Graph
- Supertypes
- Known subtypes
- class Proxy[Fx]