package linol-lwt

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

Module Linol_lwt.PublishDiagnosticsClientCapabilitiesSource

Sourcetype tagSupport = {
  1. valueSet : Linol_lsp__Types.DiagnosticTag.t list;
}
Sourceval create_tagSupport : valueSet:Linol_lsp__Types.DiagnosticTag.t list -> tagSupport
Sourcetype t = {
  1. codeDescriptionSupport : bool option;
  2. dataSupport : bool option;
  3. relatedInformation : bool option;
  4. tagSupport : tagSupport option;
  5. versionSupport : bool option;
}
Sourceval create : ?codeDescriptionSupport:bool -> ?dataSupport:bool -> ?relatedInformation:bool -> ?tagSupport:tagSupport -> ?versionSupport:bool -> 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.