package linol

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Linol_lsp.Server_notificationSource

Sourcetype t =
  1. | PublishDiagnostics of Types.PublishDiagnosticsParams.t
  2. | ShowMessage of Types.ShowMessageParams.t
  3. | LogMessage of Types.LogMessageParams.t
  4. | LogTrace of Types.LogTraceParams.t
  5. | TelemetryNotification of Import.Json.t
  6. | CancelRequest of Linol_jsonrpc.Jsonrpc.Id.t
  7. | WorkDoneProgress of Progress.t Types.ProgressParams.t
  8. | UnknownNotification of Linol_jsonrpc.Jsonrpc.Notification.t
OCaml

Innovation. Community. Security.