package coq-lsp

  1. Overview
  2. Docs
Language Server Protocol native server for Coq

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.1.3.v8.16.tbz
sha256=d6d589ae18453d9251b4250df50e59cfc87254de0e4734e13c5bca06ab14cee5
sha512=802b4673c7f581976526a3cb4bd824f7574c5b1cc8fcc7759fcd3358cdc3e4cebef3ec908899ad68129190777ccda931dfc1643b45db156ede15acae0382c148

doc/coq-lsp.coq/Coq/Workspace/index.html

Module Coq.WorkspaceSource

Sourcetype t = private {
  1. coqlib : string;
  2. vo_load_path : Loadpath.vo_path list;
  3. ml_include_path : string list;
  4. require_libs : (string * string option * Vernacexpr.export_with_cats option) list;
  5. indices_matter : bool;
  6. impredicative_set : bool;
  7. kind : string;
    (*

    How was the workspace built

    *)
}
Sourceval describe : t -> string * string

user message, debug extra data

Sourcemodule CmdLine : sig ... end
Sourceval guess : cmdline:CmdLine.t -> t
Sourceval apply : libname:Names.DirPath.t -> t -> unit

apply libname w will prepare Coq for a new file libname on workspace w

OCaml

Innovation. Community. Security.