Module Points.Point2

type t = {
  1. x : float;
  2. y : float;
}