@[inline]
Equations
Equations
- One or more equations did not get rendered due to their size.
- preState : Lean.Meta.SavedState
- preGoal : Lean.MVarId
- tactic : Tactic
- postState : Lean.Meta.SavedState
- postGoals : Array GoalWithMVars
Instances For
def
Aesop.Script.TacticState.applyStep
{m : Type → Type}
[Monad m]
[Lean.MonadError m]
(tacticState : TacticState)
(step : Step)
:
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.
def
Aesop.Script.Step.render
{m : Type → Type}
[Monad m]
[Lean.MonadError m]
(acc : Array Lean.Syntax.Tactic)
(step : Step)
(tacticState : TacticState)
:
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.
def
Aesop.Script.Step.validate.fmtGoals
(state : Lean.Meta.SavedState)
(goals : Array Lean.MVarId)
:
Equations
- One or more equations did not get rendered due to their size.
- preState : Lean.Meta.SavedState
- preGoal : Lean.MVarId
- tacticBuilders : Array TacticBuilder
A nonempty list of tactic builders. During script generation, Aesop tries to execute the builders from left to right. It then uses the first builder that succceds (in the sense that when run in
preState
onpreGoal
it produces thepostState
andpostGoals
). The last builder must succeed and is used unconditionally. - postState : Lean.Meta.SavedState
- postGoals : Array Lean.MVarId
Equations
- One or more equations did not get rendered due to their size.
def
Aesop.Script.LazyStep.runFirstSuccessfulTacticBuilder.tryTacticBuilder
(s : LazyStep)
(b : TacticBuilder)
:
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.
- tac : Lean.MetaM α
- postGoals : α → Array Lean.MVarId
- tacticBuilder : α → TacticBuilder
@[always_inline]
def
Aesop.Script.LazyStep.build
{α : Type}
(preGoal : Lean.MVarId)
(i : BuildInput α)
:
Lean.MetaM (LazyStep × α)
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.