Module Linol_lwt.CallHierarchyPrepareParamsSource
Sourcetype t = {position : Linol_lsp__Types.Position.t;textDocument : Linol_lsp__Types.TextDocumentIdentifier.t;workDoneToken : [ `Int of int | `String of string ] option;
} Sourceval create :
position:Linol_lsp__Types.Position.t ->
textDocument:Linol_lsp__Types.TextDocumentIdentifier.t ->
?workDoneToken:[ `Int of int | `String of string ] ->
unit ->
t include Linol_lsp.Import.Json.Jsonable.S with type t := t