Documentation
Aesop
.
Script
.
GoalWithMVars
Search
return to top
source
Imports
Init
Lean
Imported by
Aesop
.
GoalWithMVars
Aesop
.
instInhabitedGoalWithMVars
Aesop
.
instReprGoalWithMVars
Aesop
.
instBEqGoalWithMVars
Aesop
.
GoalWithMVars
.
ofMVarId
source
structure
Aesop
.
GoalWithMVars
:
Type
goal :
Lean.MVarId
mvars :
Std.HashSet
Lean.MVarId
Instances For
source
instance
Aesop
.
instInhabitedGoalWithMVars
:
Inhabited
GoalWithMVars
Equations
source
instance
Aesop
.
instReprGoalWithMVars
:
Repr
GoalWithMVars
Equations
source
instance
Aesop
.
instBEqGoalWithMVars
:
BEq
GoalWithMVars
Equations
source
def
Aesop
.
GoalWithMVars
.
ofMVarId
(
goal
:
Lean.MVarId
)
:
Lean.MetaM
GoalWithMVars
Equations
Instances For