Rete.Network.Node.Test (Rete v0.1.0)

Copy Markdown View Source

A predicate over the token's bindings, with no fact input. Produced by a rule level when guard.

Summary

Types

t()

@type t() :: %Rete.Network.Node.Test{
  code: atom(),
  fun: fun(),
  id: non_neg_integer() | nil
}