package coq-lsp

  1. Overview
  2. Docs
type 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 the workspace was built

    *)
  8. debug : bool;
    (*

    Enable backtraces

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

user message, debug extra data

module CmdLine : sig ... end
val guess : debug:bool -> cmdline:CmdLine.t -> dir:string -> t
val apply : uri:string -> t -> unit

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