Equations
Instances For
Equations
Instances For
@[inline, reducible]
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implemented_by Lean.Linter.mkIgnoreFnImpl]
Equations
Instances For
Equations
- Lean.Linter.getUnusedVariablesIgnoreFnsImpl = do let __do_lift ← Lean.getEnv pure (Lean.PersistentEnvExtension.getState Lean.Linter.unusedVariablesIgnoreFnsExt __do_lift).snd
Instances For
@[implemented_by Lean.Linter.getUnusedVariablesIgnoreFnsImpl]
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Linter.unusedVariables.skipDeclIdIfPresent stx = if Lean.Syntax.isOfKind stx `Lean.Parser.Command.declId = true then stx[0] else stx
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.MessageData.isUnusedVariableWarning msg = Lean.MessageData.hasTag (fun (x : Lake.Name) => x == Lean.Linter.linter.unusedVariables.name) msg