nicojensen.de/vendor/bundle/gems/rouge-3.3.0/lib/rouge/demos/sml
Nico Jensen b59a203dbb Init
Init commit
2019-03-12 13:49:49 +01:00

4 lines
206 B
Text

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 *)