package coq-lsp

  1. Overview
  2. Docs
type t = {
  1. uri : string;
  2. range : Types.Range.t;
}
val to_yojson : t -> Yojson.Safe.t