Theoria.Kernel.GeneratedTerm.Failure (theoria v0.7.0)

Copy Markdown View Source

Diagnostic payload for a generated-term differential failure.

Experimental before 1.0; the shape may change.

Summary

Types

t()

@type t() :: %Theoria.Kernel.GeneratedTerm.Failure{
  name: term(),
  phase: atom(),
  production: String.t(),
  reference: String.t(),
  term: String.t(),
  type: String.t()
}

Functions

new(phase, generated, production, reference)

@spec new(atom(), Theoria.Kernel.GeneratedTerm.t(), term(), term()) :: t()