Proof term and strategy selected for an equality chain.
Summary
Types
@type strategy() :: :refl | :single | :transitive | :fallback_defeq
@type t() :: %Theoria.Equality.Chain.Result{ proof: Theoria.Term.t(), strategy: strategy() }
Proof term and strategy selected for an equality chain.
@type strategy() :: :refl | :single | :transitive | :fallback_defeq
@type t() :: %Theoria.Equality.Chain.Result{ proof: Theoria.Term.t(), strategy: strategy() }