Module Linol_lwt.InlayHintParamsSource
Sourcetype t = {range : Linol_lsp__Types.Range.t;textDocument : Linol_lsp__Types.TextDocumentIdentifier.t;workDoneToken : [ `Int of int | `String of string ] option;
} Sourceval create :
range:Linol_lsp__Types.Range.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