package coq-lsp

  1. Overview
  2. Docs
type t = {
  1. line : int;
  2. character : int;
  3. offset : int;
}