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 compare : t -> t -> int
val equals : t -> t -> bool
val included : in_:t -> t -> bool
val strictly_included : in_:t -> t -> bool
val prefixes : in_:t -> t -> bool
val postfixes : in_:t -> t -> bool
val to_string : t -> string
OCaml

Innovation. Community. Security.