package coq-lsp

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

Module Core.DocumentDiagnosticReportPartialResultSource

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

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

Innovation. Community. Security.