Module Model.String_relative_location

type t = {
  1. start : int;
  2. end_ : int;
}
val sexp_of_t : t -> Sexplib0.Sexp.t