package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Progress : sig ... end
type t =
  1. | PublishDiagnostics of Types.PublishDiagnosticsParams.t
  2. | ShowMessage of Types.ShowMessageParams.t
  3. | LogMessage of Types.LogMessageParams.t
  4. | TelemetryNotification of Import.Json.t
  5. | CancelRequest of Jsonrpc.Id.t
  6. | WorkDoneProgress of Progress.t Types.ProgressParams.t
  7. | UnknownNotification of Jsonrpc.Message.notification
val to_jsonrpc : t -> Jsonrpc.Message.notification
val of_jsonrpc : Jsonrpc.Message.notification -> (t, string) Import.Result.t