package coq-lsp

  1. Overview
  2. Docs
type 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

    *)
}
val describe : t -> string
module CmdLine : sig ... end
val guess : cmdline:CmdLine.t -> t
val 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.