From ec812521b31471ce9ac3d9bdf1288b1569defbc8 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 23 Dec 2020 19:11:31 +0100 Subject: Add svg output --- shapes/matrix/Order.ml | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 shapes/matrix/Order.ml (limited to 'shapes/matrix/Order.ml') diff --git a/shapes/matrix/Order.ml b/shapes/matrix/Order.ml new file mode 100755 index 0000000..5f2aa22 --- /dev/null +++ b/shapes/matrix/Order.ml @@ -0,0 +1,2 @@ +(* Defines a general ordering type *) +type order = Equal | Less | Greater -- cgit v1.2.3