@[instance_reducible]
Equations
Equations
- One or more equations did not get rendered due to their size.
- Lean.Linter.CodeQuality.instToJsonSource.toJson (Lean.Linter.CodeQuality.Source.module a) = Lean.Json.mkObj [("module", Lean.Json.mkObj [("name", Lean.toJson a)])]
Instances For
Instances For
@[instance_reducible]
Equations
Equations
- Lean.Linter.CodeQuality.instToJsonValue.toJson (Lean.Linter.CodeQuality.Value.scalar a) = Lean.Json.mkObj [("scalar", Lean.Json.mkObj [("value", Lean.toJson a)])]
- Lean.Linter.CodeQuality.instToJsonValue.toJson (Lean.Linter.CodeQuality.Value.dict a) = Lean.Json.mkObj [("dict", Lean.Json.mkObj [("dictionary", Lean.toJson a)])]
Instances For
@[instance_reducible]