package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.1.3.tar.gz
md5=300d171d3225fac2a68ce348154ff640
sha512=65bc228d84f814cfea4b5ddcd20f365a8a8ea178bbd4474129c998e8a351a7dba8d2adbb263f7f18ed41c45c765e73c332b518834360bf3638fe2721518e1fd8

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.