package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.2.5.tar.gz
md5=8bc848aaf2ad0fe41a02741e633ad7e3
sha512=eb6c80a3290b1d688ea3b94a3087f204c9f9f03bddd95b21952b02af1dc4de073c1b99baed5a5f6a395e69a27c0d45f6ec181488da62e9f5c6a77d91d752dd5c

doc/vscoq-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 CoqLogMessageParams : 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. | CoqLogMessage of CoqLogMessageParams.t
  7. | SearchResult of LspWrapper.query_result
Sourceval to_jsonrpc : t -> Jsonrpc.Notification.t
OCaml

Innovation. Community. Security.