Flexflow.Node behaviour (flexflow v0.1.1) View Source

Node

Link to this section Summary

Link to this section Types

Specs

t() :: %Flexflow.Node{
  context: Flexflow.Context.t(),
  module: module(),
  name: Flexflow.name(),
  opts: keyword()
}

Link to this section Functions

Specs

define({Flexflow.key(), keyword()}) :: t()

Specs

validate([t()]) :: [t()]

Link to this section Callbacks