package coq-lsp

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

Pull Diagnostics

type t = {
  1. textDocument : string;
  2. indentifier : string option;
  3. previousResultId : string option;
  4. workDoneToken : Base.ProgressToken.t option;
  5. partialResultToken : Base.ProgressToken.t option;
}
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or