package coq-lsp

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.1.4.v8.16.tbz
sha256=50df59eafc5b24a881c1a1dda6f6032b1da35b9b6ade7cb9e39968def9319508
sha512=e1d383b6802758cdbe5cbc6278af275d7951acd78224cdcfe622428942e84366ca283bf375d6e535ad7e8d8e847df84bd763bb2a263fc457dc5aead386c2836d

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 -> workspace:Workspace.t -> uri:string -> (State.t, Loc.t) Protect.E.t
OCaml

Innovation. Community. Security.