package coq-lsp

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.1.2.v8.16.tbz
sha256=31b83f0908bbabf4079806ce9271a30f7af8fb4e2fd5c81c1ccc3c1e8022f0de
sha512=de9f48cb643944620183243a55a225b33b3b77d2cc2ea26e38377622ea9036e7205634e880d804dd0ae69ce22d321ce4dfbacc94aebb402d1f124d5be348ebca

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

Module Coq.WorkspaceSource

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

    How was the workspace built

    *)
}
Sourceval describe : t -> string
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.