Documentation

Lean.Meta.RecursorInfo

Equations
  • One or more equations did not get rendered due to their size.
Instances For
Equations
  • info.numParams = info.paramsPos.length
Equations
  • info.numIndices = info.indicesPos.length
Equations
  • info.motivePos = info.numParams
Equations
  • info.firstIndexPos = info.majorPos - info.numIndices
Equations
Equations
  • info.numMinors = let r := info.numArgs; let r := r - info.motivePos - 1; r - (info.majorPos + 1 - info.firstIndexPos)
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.
Equations
Equations
  • One or more equations did not get rendered due to their size.