Lang.Range
type t = {
start : Point.t;
end_ : Point.t;
}
val pp : Stdlib.Format.formatter -> t -> unit
val to_string : t -> string