package coq-lsp

  1. Overview
  2. Docs
type t = {
  1. insert : Lang.Range.t;
  2. replace : Lang.Range.t;
  3. newText : string;
}
val to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.