Equations
- instToExprMVarId_qq = { 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_qq = { 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_qq = { 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_qq = { toExpr := toExprExpr, toTypeExpr := Lean.Expr.const `Lean.Expr [] }