package linol

  1. Overview
  2. Docs
method must_quit : bool
method on_notification : notify_back:(Lsp.Server_notification.t -> unit IO.t) -> Lsp.Client_notification.t -> unit IO.t
method on_request : 'a. notify_back:(Lsp.Server_notification.t -> unit IO.t) -> id:Req_id.t -> 'a Lsp.Client_request.t -> 'a IO.t