module SizedPoint2 where

import SizedPoint

p = SizedPoint {size=9; x=8; y=7}

q :: Point
q = p
