package vscoq-language-server

  1. Overview
  2. No Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.1.4.tar.gz
md5=a7d0911ab8c12221c5fecc73ecc67d1b
sha512=194b144b3bac35f3ef7d1b92715b7260267817c01b1855113799c6055b1510aa18dbeb03ceced0bcaf9e5d92f6c1aca2c21d858bef53ec5b0d6c12cf73860664

doc/vscoq-language-server.lsp/Protocol/LspWrapper/index.html

Module Protocol.LspWrapperSource

Sourcemodule Position : sig ... end
Sourcemodule Range : sig ... end
Sourcemodule DiagnosticSeverity : 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.