package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.1.7.tar.gz
md5=81c195fcbe9b23c26db9704a0b8e37f8
sha512=9b175796b231e3663b1cdd546fde898c1d19a6a4eb16671970797045e0e29acc008630634f0d15fa34a94ccc14a0c16d3851efbf0b74f3e1ac6ada1f1461f7e1

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

Module Protocol.SettingsSource

Sourcemodule DelegationMode : sig ... end
Sourcemodule Mode : sig ... end
Sourcemodule Memory : sig ... end
Sourcemodule Proof : sig ... end
Sourcemodule Goals : sig ... end
Sourcemodule Completion : sig ... end
Sourcemodule Diagnostics : sig ... end
Sourcetype t = {
  1. proof : Proof.t;
  2. goals : Goals.t;
  3. completion : Completion.t;
  4. diagnostics : Diagnostics.t;
  5. memory : Memory.t;
}
OCaml

Innovation. Community. Security.