You can search for identifiers within the package.
in-package search v0.2.0
The server baseclass
method virtual on_notification : notify_back: (Lsp.Server_notification.t -> unit IO.t) -> Lsp.Client_notification.t -> unit IO.t
method virtual on_request : 'a. notify_back: (Lsp.Server_notification.t -> unit IO.t) -> id:Req_id.t -> 'a Lsp.Client_request.t -> 'a IO.t
Method called to handle client requests.
an object used to reply to the client, send progress messages, diagnostics, etc.
the query RPC ID, can be used for tracing, cancellation, etc.
method must_quit : bool
Set to true if the client requested to exit