package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.2.1.tar.gz
md5=06737aa7d96bbf42f89db3c86ef3e4dd
sha512=5118f26e5b687bc918de3409870464702f3fafc0c775ad5fac4835fc7954df66beaf83bc3a413476176160773215aae1d292816c49dc192c94566bba0fbe5a5b

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.