package linol

  1. Overview
  2. Docs
val mutable uri : Lsp.Types.DocumentUri.t option
method send_diagnostic : Diagnostic.t list -> unit IO.t
method send_log_msg : type_:Lsp__Types.MessageType.t -> string -> unit IO.t
method send_notification : Lsp.Server_notification.t -> unit IO.t
method set_uri : Lsp.Types.DocumentUri.t -> unit