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/LspWrapper/index.html

Module Protocol.LspWrapperSource

Sourcemodule Position : sig ... end
Sourcemodule Range : sig ... end
Sourcemodule QuickFixData : sig ... end
Sourcemodule DiagnosticSeverity : sig ... end
Sourcemodule FeedbackChannel : sig ... end
Sourcemodule CoqFeedback : sig ... end
Sourcetype query_result = {
  1. id : string;
  2. name : Printing.pp;
  3. statement : Printing.pp;
}
Sourcetype overview = {
  1. uri : Lsp.Types.DocumentUri.t;
  2. preparedRange : Range.t list;
  3. processingRange : Range.t list;
  4. processedRange : Range.t list;
}
Sourcetype notification =
  1. | QueryResultNotification of query_result
OCaml

Innovation. Community. Security.