Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Handles completionItem/resolve
requests that are sent by the client after the user selects
a completion item that was provided by textDocument/completion
. Resolving the item fills the
detail?
field of the item with the pretty-printed type.
This control flow is necessary because pretty-printing the type for every single completion item
(even those never selected by the user) is inefficient.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.FileWorker.locationLinksOfInfo
(kind : GoToKind)
(ictx : Elab.InfoWithCtx)
(infoTree? : Option Elab.InfoTree := none)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.FileWorker.locationLinksOfInfo.extractInstances
(i : Elab.Info)
(ci : Elab.ContextInfo)
:
Equations
- One or more equations did not get rendered due to their size.
- Lean.Server.FileWorker.locationLinksOfInfo.extractInstances i ci (Lean.Expr.mdata data e) = Lean.Server.FileWorker.locationLinksOfInfo.extractInstances i ci e
- Lean.Server.FileWorker.locationLinksOfInfo.extractInstances i ci x✝ = pure #[]
Instances For
def
Lean.Server.FileWorker.handleDefinition
(kind : GoToKind)
(p : Lsp.TextDocumentPositionParams)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.FileWorker.findGoalsAt?.getPositions
(snap : Language.SnapshotTask Language.SnapshotTree)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
partial def
Lean.Server.FileWorker.handleDocumentHighlight.highlightReturn?
(text : FileMap)
(pos : String.Pos)
(doRange? : Option Lsp.Range)
:
The list of the name components introduced by this namespace command, in reverse order so that
end
will peel them off from the front.- stx : Syntax
- selection : Syntax
- prevSiblings : Array Lsp.DocumentSymbol
Instances For
def
Lean.Server.FileWorker.NamespaceEntry.finish
(text : FileMap)
(syms : Array Lsp.DocumentSymbol)
(endStx : Option Syntax)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
partial def
Lean.Server.FileWorker.handleDocumentSymbol.toDocumentSymbols
(text : FileMap)
(stxs : List Syntax)
(syms : Array Lsp.DocumentSymbol)
(stack : List NamespaceEntry)
:
partial def
Lean.Server.FileWorker.handleDocumentSymbol.toDocumentSymbols.popStack
(text : FileMap)
(stx : Syntax)
(stxs : List Syntax)
(n : Nat)
(syms : Array Lsp.DocumentSymbol)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Lean.Server.FileWorker.handleFoldingRange.isImport stx = (stx.isOfKind `Lean.Parser.Module.header || stx.isOfKind `Lean.Parser.Command.open)
Instances For
partial def
Lean.Server.FileWorker.handleFoldingRange.addRanges
(text : FileMap)
(sections : List (Nat × Option String.Pos))
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Server.FileWorker.handleFoldingRange.addRangeFromSyntax
(text : FileMap)
(kind : Lsp.FoldingRangeKind)
(stx : Syntax)
:
Equations
- Lean.Server.FileWorker.handleFoldingRange.addRangeFromSyntax text kind stx = Lean.Server.FileWorker.handleFoldingRange.addRange text kind stx.getPos? stx.getTailPos?
Instances For
def
Lean.Server.FileWorker.handleFoldingRange.addRange
(text : FileMap)
(kind : Lsp.FoldingRangeKind)
(start? stop? : Option String.Pos)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.