package coq-lsp
-
coq-lsp.lsp
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = private {
coqlib : string;
vo_load_path : Loadpath.vo_path list;
ml_include_path : string list;
require_libs : (string * string option * Vernacexpr.export_with_cats option)
list;
indices_matter : bool;
impredicative_set : bool;
kind : string;
How was the workspace built
*)}
val describe : t -> string * string
user message, debug extra data
module CmdLine : sig ... end
val apply : libname:Names.DirPath.t -> t -> unit
apply libname w
will prepare Coq for a new file libname
on workspace w