package coq-lsp

  1. Overview
  2. Docs
type t = private
  1. | Yes of Types.Range.t
    (*

    Location of the last token in the document

    *)
  2. | Stopped of Types.Range.t
    (*

    Location of the last valid token

    *)
  3. | Failed of Types.Range.t
    (*

    Critical failure, like an anomaly

    *)