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.fleche/Fleche/Doc/Node/index.html

Module Doc.NodeSource

Sourcemodule Info : sig ... end
Sourcemodule Message : sig ... end
Sourcetype t = private {
  1. range : Types.Range.t;
  2. ast : Coq.Ast.t option;
    (*

    Ast of node

    *)
  3. state : Coq.State.t;
    (*

    (Full) State of node

    *)
  4. diags : Types.Diagnostic.t list;
    (*

    Diagnostics associated to the node

    *)
  5. messages : Message.t list;
  6. info : Info.t;
}
Sourceval range : t -> Types.Range.t
Sourceval ast : t -> Coq.Ast.t option
Sourceval state : t -> Coq.State.t
Sourceval diags : t -> Types.Diagnostic.t list
Sourceval messages : t -> Message.t list
Sourceval info : t -> Info.t
OCaml

Innovation. Community. Security.