package coq-lsp

  1. Overview
  2. Docs

Module Doc.NodeSource

Sourcemodule Info : sig ... end
Sourcetype t = private {
  1. loc : Loc.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 : Coq.Message.t list;
  6. info : Info.t;
}
Sourceval loc : t -> Loc.t
Sourceval ast : t -> Coq.Ast.t option
Sourceval state : t -> Coq.State.t
Sourceval diags : t -> Types.Diagnostic.t list
Sourceval messages : t -> Coq.Message.t list
Sourceval info : t -> Info.t
OCaml

Innovation. Community. Security.