Module: oryx.core.state.module

Contains highest-level abstractions for the stateful function API.

Classes

class Module: Encapsulates a parameterized function, along with updates to its state.

Functions

assign(...): Assigns a value to a variable.

variable(...): Tags a value as a variable.

ASSIGN 'assign'
VARIABLE 'variable'