package coq-lsp

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

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