Documentation

Lean.Elab.Calc

Decompose e into (r, a, b).

Remark: it assumes the last two arguments are explicit.

Equations
  • One or more equations did not get rendered due to their size.
def Lean.Elab.Term.mkCalcTrans (result : Lean.Expr) (resultType : Lean.Expr) (step : Lean.Expr) (stepType : Lean.Expr) :
Equations
  • One or more equations did not get rendered due to their size.

Elaborate calc-steps

Equations
  • One or more equations did not get rendered due to their size.

Elaborator for the calc term mode variant.

Equations
  • One or more equations did not get rendered due to their size.