package coq-lsp

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

Module Core.DocumentDiagnosticParamsSource

Pull Diagnostics

Sourcetype t = {
  1. textDocument : string;
  2. indentifier : string option;
  3. previousResultId : string option;
  4. workDoneToken : Base.ProgressToken.t option;
  5. partialResultToken : Base.ProgressToken.t option;
}
OCaml

Innovation. Community. Security.