- motive: Lean.Meta.RecursorUnivLevelPos
- majorType: Nat → Lean.Meta.RecursorUnivLevelPos
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Meta.RecursorInfo.numParams info = List.length info.paramsPos
Instances For
Equations
- Lean.Meta.RecursorInfo.numIndices info = List.length info.indicesPos
Instances For
Equations
Instances For
Equations
- Lean.Meta.RecursorInfo.firstIndexPos info = info.majorPos - Lean.Meta.RecursorInfo.numIndices info
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Meta.RecursorInfo.numMinors info = let r := info.numArgs; let r := r - Lean.Meta.RecursorInfo.motivePos info - 1; r - (info.majorPos + 1 - Lean.Meta.RecursorInfo.firstIndexPos info)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Meta.getMajorPos? env declName = Lean.ParametricAttribute.getParam? Lean.Meta.recursorAttribute env declName
Instances For
Equations
- One or more equations did not get rendered due to their size.