Module Config.Area

type rectangle = {
  1. x1 : float;
  2. y1 : float;
  3. x2 : float;
  4. y2 : float;
}
val rectangle : rectangle setting