Equations
- Aesop.registerCheckOption checkName defValue descr = Lean.Option.register (`aesop.check ++ checkName) { defValue := defValue, group := "aesop", descr := descr }
Instances For
- all: Aesop.Check
- tree: Aesop.Check
- proofReconstruction: Aesop.Check
- unificationGoalAssignments: Aesop.Check
- rules: Aesop.Check
- script: Aesop.Check
- scriptSteps: Aesop.Check
Instances For
@[inline_if_reduce]
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Aesop.Check.name c = (Aesop.Check.toOption c).name