package coq-lsp
-
coq-lsp.lsp
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
trace : string -> ?extra:string -> string -> unit;
Send a log message, extra
may contain information to be shown in verbose mode
send_diagnostics : ofmt:Stdlib.Format.formatter ->
uri:string ->
version:int ->
Types.Diagnostic.t list ->
unit;
send_fileProgress : ofmt:Stdlib.Format.formatter ->
uri:string ->
version:int ->
(Types.Range.t * int) list ->
unit;
}
val set : t -> unit