Documentation

Aesop.Script.UScript

@[reducible, inline]
Equations
Instances For
    def Aesop.Script.UScript.render {m : Type → Type} [Monad m] [Lean.MonadError m] (tacticState : TacticState) (s : UScript) :
    m (Array Lean.Syntax.Tactic)
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      def Aesop.Script.UScript.renderTacticSeq (uscript : 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
        def Aesop.Script.UScript.validate (s : UScript) :
        Lean.MetaM Unit
        Equations
        Instances For