coq-lsp.fleche
Io.CallBack
coq-lsp.coq
coq-lsp.lsp
type t = {
log_error : string -> string -> unit;
send_diagnostics : uri:string -> version:int -> Types.Diagnostic.t list -> unit;
send_fileProgress : uri:string -> version:int -> (Types.Range.t * int) list -> unit;
}
val set : t -> unit