Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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