package coq-lsp

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

Module Agent.Proof_infoSource

Sourcetype t = {
  1. name : string;
    (*

    The name of the current proof

    *)
  2. statements : string list;
    (*

    Original statements, either pretty-printed, or raw if the document is available to petanque

    *)
  3. range : Lang.Range.t option;
    (*

    Range where the statements are, if the document is available to petanque

    *)
}