@[reducible, inline]
Equations
Instances For
We adopt the convention that zero-based UTF-16 positions as sent by LSP clients
are represented by Lsp.Position
while internally we mostly use String.Pos
UTF-8
offsets. For diagnostics, one-based Lean.Position
s are used internally.
character
is accepted liberally: actual character := min(line length, character)
Instances For
Instances For
Equations
Equations
Equations
- Lean.Lsp.instOrdPosition = { compare := Lean.Lsp.instOrdPosition.ord }
Equations
Equations
Equations
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Lsp.instReprPosition = { reprPrec := Lean.Lsp.instReprPosition.repr }
Instances For
Equations
Equations
Equations
Equations
Equations
Instances For
Equations
- Lean.Lsp.instFromJsonRange = { fromJson? := Lean.Lsp.instFromJsonRange.fromJson }
Equations
- Lean.Lsp.instOrdRange = { compare := Lean.Lsp.instOrdRange.ord }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Lsp.instReprRange = { reprPrec := Lean.Lsp.instReprRange.repr }