Theoria.Term.EqRec (theoria v0.4.0)

Copy Markdown View Source

Primitive equality recursor.

Summary

Types

t()

@type t() :: %Theoria.Term.EqRec{
  base: Theoria.Term.t(),
  motive: Theoria.Term.t(),
  proof: Theoria.Term.t(),
  type: Theoria.Term.t()
}