package coq-lsp

  1. Overview
  2. Docs
type t = {
  1. start : Point.t;
  2. _end : Point.t;
}