Stateless
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
- Graph
-
- Supertypes
- Known subtypes
-
Members list
Type members
Types
Input of this interpreter.
Input of this interpreter.
Attributes
Set of effects introduced into computation by this interpreter (a.k.a. dependencies).
Set of effects introduced into computation by this interpreter (a.k.a. dependencies).
Attributes
Local state of this interpreter.
Local state of this interpreter.
Attributes
Output of this interpreter.
Output of this interpreter.
Attributes
Inherited types
Set of effects eliminated from computation by this interpreter.
Set of effects eliminated from computation by this interpreter.
Attributes
- Inherited from:
- Interpreter
Self-reference to the effect being described by this Signature.
Self-reference to the effect being described by this Signature.
Becomes an alias of this.type
, once the signature is inherited from Effect
.
Attributes
- Inherited from:
- Interpreter
Alias for Handler, specialized for this interperter.
Phantom type meaning the unknown part of the continuation's answer type.
Phantom type meaning the unknown part of the continuation's answer type.
Full answer type is To[Unknown] !! Intro
. The To[+_]
part is known to this interpreter. The Unknown
part however, is not. It's specific to place(s) where the handler (obtained from this interpreter) would be applied.
Attributes
- Inherited from:
- Interpreter
Value members
Abstract methods
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Interpreter
Attributes
- Inherited from:
- Interpreter
Attributes
- Inherited from:
- Interpreter
Attributes
- Inherited from:
- Interpreter
Attributes
- Inherited from:
- Interpreter
Creates a Handler from this interpreter.
Inherited fields
An instance of Control dedicated for this interpreter.