package linol-eio

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

Module Linol_eio.RelatedFullDocumentDiagnosticReportSource

Sourcetype t = {
  1. items : Linol_lsp__Types.Diagnostic.t list;
  2. relatedDocuments : (Linol_lsp.Uri0.t, [ `FullDocumentDiagnosticReport of Linol_lsp__Types.FullDocumentDiagnosticReport.t | `UnchangedDocumentDiagnosticReport of Linol_lsp__Types.UnchangedDocumentDiagnosticReport.t ]) Linol_lsp.Import.Json.Assoc.t option;
  3. resultId : string option;
}
Sourceval create : items:Linol_lsp__Types.Diagnostic.t list -> ?relatedDocuments: (Linol_lsp.Uri0.t, [ `FullDocumentDiagnosticReport of Linol_lsp__Types.FullDocumentDiagnosticReport.t | `UnchangedDocumentDiagnosticReport of Linol_lsp__Types.UnchangedDocumentDiagnosticReport.t ]) Linol_lsp.Import.Json.Assoc.t -> ?resultId: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