nicojensen.de/vendor/bundle/gems/rouge-3.3.0/lib/rouge/demos/sml

5 lines
206 B
Text
Raw Normal View History

2019-03-12 13:49:49 +01:00
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 *)