Equations
- Lean.Linter.isDeprecated env declName = (Lean.Linter.deprecatedAttr.getParam? env declName).isSome
Instances For
Equations
- msg.isDeprecationWarning = Lean.MessageData.hasTag (fun (x : Lean.Name) => x == `Lean.Linter.deprecatedAttr) msg
Instances For
Equations
- Lean.Linter.getDeprecatedNewName env declName = do let __do_lift ← Lean.Linter.deprecatedAttr.getParam? env declName __do_lift.newName?
Instances For
Equations
- One or more equations did not get rendered due to their size.