Kms.Rect
type t = {
x1 : int;
y1 : int;
x2 : int;
y2 : int;
}
val pp : Stdlib.Format.formatter -> t -> unit