package vsrocq-language-server

  1. Overview
  2. Docs
VSRocq language server

Install

dune-project
 Dependency

Authors

Maintainers

Sources

vsrocq-language-server-2.3.0.tar.gz
md5=703240416ea0203be94095210f6a81ae
sha512=be5dd8d06743f10bb712abce99ade7c87ba44f28507e165f0c6c2efc19961ef43be88d1c2093b5e9eb881437b54a0153ab63865c1fb623e51cfed5f517babc66

doc/vsrocq-language-server.lsp/Protocol/ExtProtocol/Notification/Server/index.html

Module Notification.ServerSource

Sourcemodule MoveCursorParams : sig ... end
Sourcemodule BlockOnErrorParams : sig ... end
Sourcemodule ProofViewParams : sig ... end
Sourcemodule RocqLogMessageParams : sig ... end
Sourcetype t =
  1. | Std of Lsp.Server_notification.t
  2. | UpdateHighlights of LspWrapper.overview
  3. | MoveCursor of MoveCursorParams.t
  4. | BlockOnError of BlockOnErrorParams.t
  5. | ProofView of ProofViewParams.t
  6. | RocqLogMessage of RocqLogMessageParams.t
  7. | SearchResult of LspWrapper.query_result
Sourceval to_jsonrpc : t -> Jsonrpc.Notification.t