Theoria.Term.Eq (theoria v0.5.0)

Copy Markdown View Source

Propositional equality over a type.

Summary

Types

t()

@type t() :: %Theoria.Term.Eq{
  left: Theoria.Term.t(),
  right: Theoria.Term.t(),
  type: Theoria.Term.t()
}