blob: 02a57d343026d0873d78870e70a17c4f069310ff [file] [log] [blame]
datatype shape
= Circle of loc * real (* center and radius *)
| Square of loc * real (* upper-left corner and side length; axis-aligned *)
| Triangle of loc * loc * loc (* corners *)