package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.2.0.tar.gz
md5=1a5e8a51bc5c10d50055364c2d58ef24
sha512=f044284a187a11161740ea93be2d4ffe6a52db3e9e84fbd45b561dc1edd760ecf76a3792609f8e339aba637e1e6a417d47ecaee6a1d9a54d8352a38e9363ec8c

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.