Ex4pm.Engine.Result (ex4pm v26.9.9)

Copy Markdown View Source

One bounded engine execution result.

Summary

Types

t()

@type t() :: %Ex4pm.Engine.Result{
  algorithm: atom() | nil,
  engine: atom(),
  evidence: map(),
  operation: atom(),
  standing: Ex4pm.Standing.t(),
  subject_hash: String.t(),
  value: term()
}