package coq-lsp

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.1.0.tbz
sha256=d2e95a517ff35f59150c4f8399dc23899923a9cc93fce190efaa05422d3bbcf5
sha512=5593afa6fef241a63cf685fe6e4af42482884aa9078d080503f1aa7987da5f96cc95ddb48b1393ac1bd240e3510f4f7a61fe83882c0f5f8a38c0279eed4a0a11

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

Module Coq.InitSource

Sourcetype coq_opts = {
  1. fb_handler : Feedback.feedback -> unit;
    (*

    callback to handle async feedback

    *)
  2. load_module : string -> unit;
    (*

    callback to load cma/cmo files

    *)
  3. load_plugin : Mltop.PluginSpec.t -> unit;
    (*

    callback to load findlib packages

    *)
  4. debug : bool;
    (*

    Enable Coq Debug mode

    *)
}
Sourceval coq_init : coq_opts -> State.t
Sourceval doc_init : root_state:State.t -> vo_load_path:Loadpath.vo_path list -> ml_include_path:string list -> libname:Names.DirPath.t -> require_libs: (string * string option * Vernacexpr.export_with_cats option) list -> State.t
OCaml

Innovation. Community. Security.