Module Linol_lwt.DocumentDiagnosticReportPartialResult

type t = {
  1. 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;
}
val create : 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 -> 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