package coq-lsp

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

Module Core.FullDocumentDiagnosticReportSource

Sourcetype 'a t = {
  1. kind : string;
  2. resultId : string option;
  3. items : 'a JLang.Diagnostic.t list;
}
Sourceval to_yojson : ('a -> Yojson.Safe.t) -> 'a t -> Yojson.Safe.t