Image.Point
type t = int * int
val min : t -> t -> t
val max : t -> t -> t
val lt : t -> t -> bool
val le : t -> t -> bool
val neg : t -> t