package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.2.6.tar.gz
md5=f528c1760966ac10d48b5f1c5531411a
sha512=1f69538ae5f78854b34e3f1a9d408714843e899bb96d063c2bfac410339b6a13ee5f30d5e7b3cd2bbd673169bcfdb550153ba741092cdc3ee3a8ca6446cc2240

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.