Flexflow (flexflow v0.1.2) View Source

Usage

## TODO

Link to this section Summary

Link to this section Types

Specs

id() :: integer() | nil

Specs

key() :: key_normalize() | module()

Specs

key_normalize() :: {module(), name()}

Specs

name() :: atom() | String.t()

Specs

nodes() :: %{required(key_normalize()) => Flexflow.Node.t()}

Specs

transitions() :: %{required(key_normalize()) => Flexflow.Transition.t()}

Link to this section Functions