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.
@[implementedBy Lean.Linter.getUnusedVariablesIgnoreFnsImpl]
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Linter.unusedVariables.skipDeclIdIfPresent stx = if Lean.Syntax.isOfKind stx (Lean.Name.mkStr4 "Lean" "Parser" "Command" "declId") = true then stx[0] else stx
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.MessageData.isUnusedVariableWarning msg = Lean.MessageData.hasTag (fun a => a == Lean.Linter.linter.unusedVariables.name) msg