module Size: sig .. end
sig
end
type t = {
w : int;
int
h : int;
val zero : t
t
val min : t -> t -> t
t -> t -> t
val max : t -> t -> t