Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Aesop.CasesPattern.toIndexingMode p = Lean.withoutModifyingState do let __do_lift ← Aesop.CasesPattern.toExpr p Aesop.IndexingMode.hyps <$> Lean.Meta.DiscrTree.mkPath __do_lift
Instances For
- indexingMode? : Option Aesop.IndexingMode
- patterns : Array Aesop.CasesPattern
- transparency : Lean.Meta.TransparencyMode
The transparency used by the rule tactic when searching for hypotheses to run
cases
on. - indexTransparency : Lean.Meta.TransparencyMode
The transparency used to index the rule. The rule is not indexed unless this is
.reducible
.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Aesop.CasesBuilderOptions.target decl opts = if Array.isEmpty opts.patterns = true then Aesop.CasesTarget.decl decl else Aesop.CasesTarget.patterns opts.patterns
Instances For
Equations
- One or more equations did not get rendered due to their size.