package coq-lsp

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.2.0.8.18.tbz
sha256=ba40f92f4c751793265d20f1c217638146e4714e0196a0d2b00c9ed58774abf6
sha512=0b7c1d98e22017e44d90461ee61081043401387251488ee7113668d24f6a463dca4ce690e30355248a949817c6b8f8a0944489c4d9b66bd239d903a089a1f11f

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

Module Coq.WorkspaceSource

Sourcemodule Flags : sig ... end
Sourcemodule Warning : sig ... end
Sourcemodule Require : sig ... end
Sourcetype t = private {
  1. coqlib : string;
  2. coqcorelib : string;
  3. ocamlpath : string option;
  4. vo_load_path : Loadpath.vo_path list;
    (*

    List of -R / -Q flags passed to Coq, usually theories we depend on

    *)
  5. ml_include_path : string list;
    (*

    List of paths to look for Coq plugins, deprecated in favor of findlib

    *)
  6. require_libs : Require.t list;
    (*

    Modules to preload, usually Coq.Init.Prelude

    *)
  7. flags : Flags.t;
    (*

    Coq-specific flags

    *)
  8. warnings : Warning.t list;
  9. kind : string;
    (*

    How the workspace was built

    *)
  10. debug : bool;
    (*

    Enable backtraces

    *)
}
Sourceval inject_requires : extra_requires:Require.t list -> t -> t

Inject some requires

Sourceval compare : t -> t -> int

compare

Sourceval hash : t -> int

hash

Sourceval describe : t -> string * string

user message, debug extra data

Sourceval describe_guess : (t, string) Result.t -> string * string
Sourcemodule CmdLine : sig ... end
Sourceval guess : token:Limits.Token.t -> debug:bool -> cmdline:CmdLine.t -> dir:string -> (t, string) Result.t
Sourceval default : debug:bool -> cmdline:CmdLine.t -> t
Sourceval apply : intern:unit -> uri:Lang.LUri.File.t -> t -> unit

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

Sourceval dirpath_of_uri : uri:Lang.LUri.File.t -> Names.DirPath.t
OCaml

Innovation. Community. Security.