- steps : Std.HashMap Lean.MVarId (Nat × Step)
Instances For
@[reducible, inline]
Equations
- Aesop.Script.StaticStructureM = ReaderT Aesop.Script.StaticStructureM.Context (StateRefT' IO.RealWorld Aesop.Script.StaticStructureM.State Lean.CoreM)
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.