Theoria.Term.Let (theoria v0.5.0)

Copy Markdown View Source

Local definition.

Summary

Types

t()

@type t() :: %Theoria.Term.Let{
  body: Theoria.Term.t(),
  name: atom(),
  type: Theoria.Term.t(),
  value: Theoria.Term.t()
}