StatifierBlocks.Predicates.TruthTable.Column (StatifierBlocks v0.26.0)

Copy Markdown View Source

One truth-table column: a key, a display label, and a predicator source string, or source: nil for the otherwise column.

Summary

Types

t()

@type t() :: %StatifierBlocks.Predicates.TruthTable.Column{
  key: String.t(),
  label: String.t(),
  source: String.t() | nil
}