Jsonrpc2.notify_backval mutable uri : Linol_lsp.Lsp.Types.DocumentUri.t optionmethod cancel_request : Linol_jsonrpc.Jsonrpc.Id.t -> unit IO.tmethod get_uri : Linol_lsp.Lsp.Types.DocumentUri.t optionmethod send_diagnostic : Diagnostic.t list -> unit IO.tmethod send_log_msg : type_:Linol_lsp__Types.MessageType.t ->
string ->
unit IO.tmethod send_notification : Linol_lsp.Lsp.Server_notification.t -> unit IO.tmethod send_request : 'from_server. 'from_server Linol_lsp.Lsp.Server_request.t ->
(('from_server, Linol_jsonrpc.Jsonrpc.Response.Error.t) result -> unit IO.t) ->
Req_id.t IO.tmethod set_uri : Linol_lsp.Lsp.Types.DocumentUri.t -> unitmethod telemetry : Linol_lsp.Import.Json.t -> unit IO.tmethod work_done_progress_begin : Linol_lsp.Lsp.Types.WorkDoneProgressBegin.t ->
unit IO.tmethod work_done_progress_end : Linol_lsp.Lsp.Types.WorkDoneProgressEnd.t ->
unit IO.tmethod work_done_progress_report : Linol_lsp.Lsp.Types.WorkDoneProgressReport.t ->
unit IO.t