Allow elaboration of Config arguments to tactics.
Note: does not generate a (config := ...) option due to the fields in the omit
clause, which are all function-valued and have no EvalExpr instances.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Allow elaboration of ApplyRulesConfig arguments to tactics.
Note: does not generate a (config := ...) option due to the fields in the omit
clause, which are all function-valued and have no EvalExpr instances.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Parse the lemma argument of a call to solve_by_elim.
The first component should be true if * appears at least once.
The second component should contain each term tin the arguments.
The third component should contain t for each -t in the arguments.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Parse the using ... argument for solve_by_elim.
Equations
- One or more equations did not get rendered due to their size.
- Lean.Elab.Tactic.SolveByElim.parseUsing none = #[]
Instances For
Wrapper for solveByElim that processes a list of Terms
that specify the lemmas to use.
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
Elaborator for apply_rules.
See Lean.MVarId.applyRules for a MetaM level analogue of this tactic.
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.