Theoria.Inductive.Report (theoria v0.5.0)

Copy Markdown View Source

Summary of an inductive declaration plan.

Summary

Types

t()

@type t() :: %Theoria.Inductive.Report{
  declarations: [atom()],
  name: atom(),
  shape: :bool_like | :nat_like | :list_like | :unknown,
  universe_params: [atom()]
}