coq-lsp.lsp
Base.WorkDoneProgressBegin
Example_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.plugin
fleche_waterproof
type t = {
kind : string;
title : string;
cancellable : bool option;
message : string option;
percentage : int option;
}
val to_yojson : t -> Yojson.Safe.t