View Source Wongi.Engine.Beta.Assign (Wongi.Engine v0.9.0)

Summary

Types

@type t() :: %Wongi.Engine.Beta.Assign{
  name: term(),
  parent_ref: term(),
  ref: term(),
  value: term()
}

Functions

Link to this function

evaluate(fun_or_static, token, rete)

View Source
Link to this function

new(parent_ref, name, value)

View Source