Module Sexp_with_layout.Render.Rel_pos

module Rel_pos: Src_pos.Relative

type t = {
   row :int;
   col :int;
}
val sexp_of_t : t -> Type.t
val zero : t
val add : t -> t -> t
val sub : t -> t -> t