package linol-lwt

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Linol_lwt.ColorPresentationParamsSource

Sourcetype t = {
  1. color : Linol_lsp__Types.Color.t;
  2. partialResultToken : [ `Int of int | `String of string ] option;
  3. range : Linol_lsp__Types.Range.t;
  4. textDocument : Linol_lsp__Types.TextDocumentIdentifier.t;
  5. workDoneToken : [ `Int of int | `String of string ] option;
}
Sourceval create : color:Linol_lsp__Types.Color.t -> ?partialResultToken:[ `Int of int | `String of string ] -> 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
Sourceval t_of_yojson : Yojson.Safe.t -> t
Sourceval yojson_of_t : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.