package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.0.3-coq8.18.tar.gz
md5=37688b8df4ccfc920a57552d0ebc0d3a
sha512=0db05bdfc4409cf8e5a43d191220b4ebd47978bcbb6fd41075ee745dd448b75e98677c81657809c30627c875e5fd54fbef180e6d30cb0a8e56ca26cbf8c5adb8

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

Module Notification.ServerSource

Sourcemodule UpdateHighlightsParams : sig ... end
Sourcemodule MoveCursorParams : sig ... end
Sourcemodule ProofViewParams : sig ... end
Sourcetype t =
  1. | Std of Lsp.Server_notification.t
  2. | UpdateHighlights of UpdateHighlightsParams.t
  3. | MoveCursor of MoveCursorParams.t
  4. | ProofView of ProofViewParams.t
  5. | SearchResult of LspWrapper.query_result
Sourceval to_jsonrpc : t -> Jsonrpc.Notification.t
OCaml

Innovation. Community. Security.