Module Linol_lwt.SelectionRangeParams

type t = {
  1. partialResultToken : [ `Int of int | `String of string ] option;
  2. positions : Linol_lsp__Types.Position.t list;
  3. textDocument : Linol_lsp__Types.TextDocumentIdentifier.t;
  4. workDoneToken : [ `Int of int | `String of string ] option;
}
val create : ?partialResultToken:[ `Int of int | `String of string ] -> positions:Linol_lsp__Types.Position.t list -> 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
val t_of_yojson : Yojson.Safe.t -> t
val yojson_of_t : t -> Yojson.Safe.t