Flexflow.Context (flexflow v0.1.7) View Source

Context

Link to this section Summary

Types

Context state

t()

Link to this section Types

Specs

state() :: :error | :ok | :initial

Context state

[:initial, :ok, :error]

Specs

t() :: %Flexflow.Context{result: term(), state: state()}

Link to this section Functions