coq-lsp.lsp
Core.DocumentDiagnosticParams
Pull Diagnostics
Example_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.plugin
fleche_waterproof
type t = {
textDocument : string;
indentifier : string option;
previousResultId : string option;
workDoneToken : Base.ProgressToken.t option;
partialResultToken : Base.ProgressToken.t option;
}
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or