@[reducible, inline]
Equations
Instances For
def
Aesop.Script.UScript.render
{m : Type → Type}
[Monad m]
[Lean.MonadError m]
(tacticState : Aesop.Script.TacticState)
(s : Aesop.Script.UScript)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.Script.UScript.renderTacticSeq
(uscript : Aesop.Script.UScript)
(preState : Lean.Meta.SavedState)
(goal : Lean.MVarId)
:
Lean.MetaM (Lean.TSyntax `Lean.Parser.Tactic.tacticSeq)
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- s.validate = Array.forM (fun (x : Aesop.Script.Step) => x.validate) s