Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implemented_by Aesop.RuleTac.tacticMImpl]
Equations
- Aesop.RuleTac.ruleTacImpl decl input = do let tac ← Lean.evalConst Aesop.RuleTac decl tac input
Instances For
@[implemented_by Aesop.RuleTac.ruleTacImpl]
Equations
- Aesop.RuleTac.singleRuleTacImpl decl = Aesop.SingleRuleTac.toRuleTac fun (input : Aesop.RuleTacInput) => do let tac ← Lean.evalConst Aesop.SingleRuleTac decl tac input
Instances For
@[implemented_by Aesop.RuleTac.singleRuleTacImpl]
Elaborates and runs the given tactic syntax stx
. The syntax stx
can be
in any syntax category supported by evalTactic
, particularly tactic
and
tacticSeq
.
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
@[implemented_by Aesop.RuleTac.tacGenImpl]