Equations
- One or more equations did not get rendered due to their size.
Equations
- instToExprMVarId = { toExpr := fun (i : Lean.MVarId) => Lean.mkApp (Lean.Expr.const `Lean.MVarId.mk []) (Lean.toExpr i.name), toTypeExpr := Lean.Expr.const `Lean.MVarId [] }
Equations
- One or more equations did not get rendered due to their size.
Equations
- instToExprFVarId = { toExpr := fun (i : Lean.FVarId) => Lean.mkApp (Lean.Expr.const `Lean.FVarId.mk []) (Lean.toExpr i.name), toTypeExpr := Lean.Expr.const `Lean.FVarId [] }
Equations
- instToExprLevel = { toExpr := toExprLevel, toTypeExpr := Lean.Expr.const `Lean.Level [] }
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
- One or more equations did not get rendered due to their size.
Equations
- instToExprExpr = { toExpr := toExprExpr, toTypeExpr := Lean.Expr.const `Lean.Expr [] }