package coq-lsp

  1. Overview
  2. Docs
type t = {
  1. range : Types.Range.t;
  2. kind : int;
}