- goal : Lean.MVarId
- mvars : Std.HashSet Lean.MVarId
Instances For
Equations
- Aesop.instInhabitedGoalWithMVars = { default := { goal := default, mvars := default } }
Equations
- One or more equations did not get rendered due to their size.
Equations
- Aesop.instBEqGoalWithMVars = { beq := fun (g₁ g₂ : Aesop.GoalWithMVars) => g₁.goal == g₂.goal }
Equations
- Aesop.GoalWithMVars.ofMVarId goal = do let __do_lift ← goal.getMVarDependencies pure { goal := goal, mvars := __do_lift }