Attributes
- Companion
 - trait
 - Graph
 - 
    
 - Supertypes
 - 
    class Objecttrait Matchableclass Any
 - Self type
 - 
    Interpreter.type
 
Members list
Type members
Classlikes
Base class for any user-defined proxy Interpreter.
Base class 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.
Type parameters
- Fx
 - 
               
dependencies of this interpreter.
 
Attributes
- Supertypes
 - Known subtypes
 - 
               class Proxy[Fx]
 
Base class for any user-defined Interpreter Interpreter, that has local state.
Base class for any user-defined Interpreter Interpreter, that has local state.
User-defined Stateful interpreter must also inherit one of Sequential or Parallel mixins.
Type parameters
- F
 - 
               
Input of this interpreter.
 - Fx
 - 
               
dependencies of this interpreter.
 - G
 - 
               
Output of this interpreter.
 
Attributes
- Supertypes
 - Known subtypes
 - 
               
 
Base class for any user-defined Interpreter, that has no internal state.
Base class for any user-defined Interpreter, that has no internal state.
User-defined Stateless interpreter must also inherit one of Sequential or Parallel mixins.
Type parameters
- F
 - 
               
Input of this interpreter.
 - Fx
 - 
               
dependencies of this interpreter.
 - G
 - 
               
Output of this interpreter.
 
Attributes
- Supertypes
 - Known subtypes
 -