package vscoq-language-server

  1. Overview
  2. Docs
include module type of struct include Lsp.Types.Range end
val t_of_yojson : Yojson.Safe.t -> Lsp.Types.Range.t
val yojson_of_t : Lsp.Types.Range.t -> Yojson.Safe.t
type t = Lsp.Types.Range.t = {
  1. end_ : Position.t;
  2. start : Position.t;
}
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val included : in_:t -> t -> bool
OCaml

Innovation. Community. Security.