package coq-lsp

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.1.5.8.16.tbz
sha256=5a0819d6ceb18cf031ece2c466eefd27f018d85c1c7472038bbb7c2663714b6e
sha512=be97b25db922014681dce75a68566b887f692c60208b698f03ce8b2fc0c1a2eab5c0c563d698eeb1d21dea5405468e958e67cce9a6c94a3106529f1b4ebfce13

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 the workspace was built

    *)
  8. debug : bool;
    (*

    Enable backtraces

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

user message, debug extra data

Sourcemodule CmdLine : sig ... end
Sourceval guess : debug:bool -> cmdline:CmdLine.t -> dir:string -> t
Sourceval apply : uri:Lang.LUri.File.t -> t -> unit

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

OCaml

Innovation. Community. Security.