summaryrefslogtreecommitdiffstats
path: root/main.sml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-04-28 15:06:43 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-04-28 15:06:43 -0700
commit5737e8430d43b3b5bd448f761cd2f3c35707a174 (patch)
treeb24f44ea5245a56b2f712c2eef6a3897f53bd098 /main.sml
parentAdd integer arithmetic. (diff)
downloadsml-5737e8430d43b3b5bd448f761cd2f3c35707a174.tar.zst
Add case over int.
Diffstat (limited to 'main.sml')
-rw-r--r--main.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.sml b/main.sml
index 4b22f65..8a01ec4 100644
--- a/main.sml
+++ b/main.sml
@@ -1,3 +1,4 @@
+use "sort.sml";
use "format.sml";
use "result.sml";
use "buffer.sml";