coq-lsp.lsp
Base.Notification
Astdump_plugin
Example_plugin
Goaldumpl_plugin
Savevo_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.petanque
coq-lsp.plugin
fleche_waterproof
petanque_json
type t = {
method_ : string;
params : Params.t;
}
val to_yojson : t -> Yojson.Safe.t
val make : method_:string -> params:Params.t -> unit -> t