- root : MVarClusterRef
 - rootMetaState : Lean.Meta.SavedState
 - numGoals : Nat
 - numRapps : Nat
 - nextGoalId : GoalId
 - nextRappId : RappId
 - allIntroducedMVars : Std.HashSet Lean.MVarId
Union of the mvars introduced by all rapps.
 
Instances For
Equations
- One or more equations did not get rendered due to their size.
 
Instances For
- currentIteration : Iteration
 - ruleSet : LocalRuleSet
 
Instances For
@[reducible, inline]
Equations
Instances For
Equations
@[instance 100]
Equations
- One or more equations did not get rendered due to their size.
 
Equations
- Aesop.TreeM.instInhabited = { default := failure }
 
Equations
- Aesop.TreeM.run' ctx tree x = (ReaderT.run x ctx).run { tree := tree }
 
Instances For
Equations
- Aesop.getRootMVarCluster = do let __do_lift ← getThe Aesop.Tree pure __do_lift.root
 
Instances For
Equations
- Aesop.getRootMetaState = do let __do_lift ← getThe Aesop.Tree pure __do_lift.rootMetaState
 
Instances For
Equations
- One or more equations did not get rendered due to their size.
 
Instances For
Equations
- Aesop.getRootMVarId = do let gref ← Aesop.getRootGoal let __do_lift ← ST.Ref.get gref pure __do_lift.preNormGoal
 
Instances For
Equations
- One or more equations did not get rendered due to their size.
 
Instances For
Equations
- One or more equations did not get rendered due to their size.
 
Instances For
Equations
- Aesop.getAllIntroducedMVars = do let __do_lift ← getThe Aesop.Tree pure __do_lift.allIntroducedMVars
 
Instances For
Equations
- One or more equations did not get rendered due to their size.
 
Instances For
Equations
- One or more equations did not get rendered due to their size.