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 = info.numArgs - info.motivePos - 1 - (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
def Lean.Meta.mkRecursorInfo (declName : Name) (majorPos? : Option Nat := none) :
Equations
  • One or more equations did not get rendered due to their size.