- declaration: Lean.Server.GoToKind
- definition: Lean.Server.GoToKind
- type: Lean.Server.GoToKind
Instances For
Equations
- Lean.Server.instBEqGoToKind = { beq := Lean.Server.beqGoToKind✝ }
Equations
- Lean.Server.instToJsonGoToKind = { toJson := Lean.Server.toJsonGoToKind✝ }
Equations
- Lean.Server.instFromJsonGoToKind = { fromJson? := Lean.Server.fromJsonGoToKind✝ }
Finds the URI corresponding to modName
in searchSearchPath
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.moduleFromDocumentUri
(srcSearchPath : Lean.SearchPath)
(uri : Lean.Lsp.DocumentUri)
:
Finds the module name corresponding to uri
in srcSearchPath
.
Instances For
def
Lean.Server.locationLinksFromDecl
(srcSearchPath : Lean.SearchPath)
(uri : Lean.Lsp.DocumentUri)
(n : Lake.Name)
(originRange? : Option Lean.Lsp.Range)
:
Equations
- One or more equations did not get rendered due to their size.