Documentation

Aesop.Script.StructureStatic

  • steps : Std.HashMap Lean.MVarId (Nat × Step)
Instances For
    @[reducible, inline]
    Equations
    Instances For
      def Aesop.Script.StaticStructureM.run {α : Type} (script : UScript) (x : StaticStructureM α) :
      Lean.CoreM (α × Bool)
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def Aesop.Script.structureStaticCore (tacticState : TacticState) (script : UScript) :
        Lean.CoreM (UScript × Bool)
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          def Aesop.Script.UScript.toSScriptStatic (tacticState : TacticState) (uscript : UScript) :
          Lean.CoreM (SScript × Bool)
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For