Equations
- One or more equations did not get rendered due to their size.
Instances For
- solved: Lean.Meta.InjectionResultCore
- subgoal: Lean.MVarId → Nat → Lean.Meta.InjectionResultCore
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
- solved: Lean.Meta.InjectionResult
- subgoal: Lean.MVarId → Array Lean.FVarId → List Lake.Name → Lean.Meta.InjectionResult
Instances For
def
Lean.Meta.injectionIntro
(mvarId : Lean.MVarId)
(numEqs : Nat)
(newNames : List Lake.Name)
(tryToClear : optParam Bool true)
:
Equations
- Lean.Meta.injectionIntro mvarId numEqs newNames tryToClear = Lean.Meta.injectionIntro.go tryToClear numEqs mvarId #[] newNames
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Lean.Meta.injectionIntro.go tryToClear 0 x✝¹ x✝ x = pure (Lean.Meta.InjectionResult.subgoal x✝¹ x✝ x)
Instances For
def
Lean.Meta.injection
(mvarId : Lean.MVarId)
(fvarId : Lean.FVarId)
(newNames : optParam (List Lake.Name) [])
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
- solved: Lean.Meta.InjectionsResult
- subgoal: Lean.MVarId → List Lake.Name → Lean.Meta.InjectionsResult
Instances For
def
Lean.Meta.injections
(mvarId : Lean.MVarId)
(newNames : optParam (List Lake.Name) [])
(maxDepth : optParam Nat 5)
:
Equations
- One or more equations did not get rendered due to their size.