package vscoq-language-server

  1. Overview
  2. Docs
include module type of struct include Lsp.Types.Range end
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.