Local
turbolift.interpreter.Local
Local state of effect.
This is a Primitive Effect, provided for implementing custom effects:
-
It's accessible only from within custom implementations of Interpreters. Custom effects can invoke Local's operations to implement their own operations.
-
It does not require a handler. Invoking Local's operations does not manifest as a dependency.
See also another primitive effect: Control.
Type parameters
- S
-
local state
- V
-
effect set
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article