package coq-lsp

  1. Overview
  2. Docs

partial result: The first literal send need to be a DocumentDiagnosticReport followed by n DocumentDiagnosticReportPartialResult literals defined as follows:

type t = {
  1. relatedDocuments : (Lang.LUri.File.t * FullDocumentDiagnosticReport.t) list;
}
val to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.