Documentation
Lean
.
Server
.
GoTo
Search
return to top
source
Imports
Lean.Server.Utils
Lean.Util.Path
Lean.Data.Json.FromToJson
Imported by
Lean
.
Server
.
GoToKind
Lean
.
Server
.
instBEqGoToKind
Lean
.
Server
.
instToJsonGoToKind
Lean
.
Server
.
instFromJsonGoToKind
Lean
.
Server
.
locationLinksFromDecl
source
inductive
Lean
.
Server
.
GoToKind
:
Type
declaration :
GoToKind
definition :
GoToKind
type :
GoToKind
Instances For
source
instance
Lean
.
Server
.
instBEqGoToKind
:
BEq
GoToKind
Equations
source
instance
Lean
.
Server
.
instToJsonGoToKind
:
ToJson
GoToKind
Equations
source
instance
Lean
.
Server
.
instFromJsonGoToKind
:
FromJson
GoToKind
Equations
source
def
Lean
.
Server
.
locationLinksFromDecl
(
uri
:
Lsp.DocumentUri
)
(
n
:
Name
)
(
originRange?
:
Option
Lsp.Range
)
:
MetaM
(
Array
Lsp.LocationLink
)
Equations
Instances For