package coq-lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Doc.NodeSource

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

    Ast of node

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

    (Full) State of node

    *)
  5. diags : Lang.Diagnostic.t list;
    (*

    Diagnostics associated to the node

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

Innovation. Community. Security.