Documentation

Lean.Data.Lsp.Diagnostics

Definitions and functionality for emitting diagnostic information such as errors, warnings and #command outputs from the LSP server.

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.
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.
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.
structure Lean.Lsp.DiagnosticWith (α : Type) :
Type
Equations
  • One or more equations did not get rendered due to their size.
instance Lean.Lsp.instBEqDiagnosticWith:
{α : Type} → [inst : BEq α] → BEq (Lean.Lsp.DiagnosticWith α)
Equations
  • Lean.Lsp.instBEqDiagnosticWith = { beq := [anonymous] }
Equations
  • Lean.Lsp.instToJsonDiagnosticWith = { toJson := [anonymous] }
Equations
  • Lean.Lsp.instFromJsonDiagnosticWith = { fromJson? := [anonymous] }
Equations