package linol

  1. Overview
  2. Docs
LSP server library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

linol-0.11.tbz
sha256=6718c7ca79ebff542172f20f418f71f3f1679eb6120f543b5c5c28d85906e215
sha512=1e7e963b5af3ea861cc1367ee6e80fd9add8e6809229c2904f7a16e694cb48a2058063bd3856e6440e7b197f753474bf83c0c9ec2d78325cfef2b734eb9d4ca2

doc/linol.lsp/Linol_lsp/Server_notification/index.html

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