Documentation

Lean.Data.Lsp.Diagnostics

Equations
structure Lean.Lsp.DiagnosticWith (α : Type) :
Type
instance Lean.Lsp.instToJsonDiagnosticWith :
{α : Type} → [inst : Lean.ToJson α] → Lean.ToJson (Lean.Lsp.DiagnosticWith α)
Equations
  • Lean.Lsp.instToJsonDiagnosticWith = { toJson := [anonymous] }
instance Lean.Lsp.instBEqDiagnosticWith :
{α : Type} → [inst : BEq α] → BEq (Lean.Lsp.DiagnosticWith α)
Equations
  • Lean.Lsp.instBEqDiagnosticWith = { beq := [anonymous] }
Equations
  • Lean.Lsp.instFromJsonDiagnosticWith = { fromJson? := [anonymous] }
Equations
  • Lean.Lsp.instInhabitedDiagnosticWith = { default := { range := default, fullRange := default, severity? := default, code? := default, source? := default, message := default, tags? := default, relatedInformation? := default } }
Equations