summaryrefslogtreecommitdiffstats
path: root/main.sml
diff options
context:
space:
mode:
Diffstat (limited to 'main.sml')
-rw-r--r--main.sml5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.sml b/main.sml
index 99d72bb..3b74705 100644
--- a/main.sml
+++ b/main.sml
@@ -7,9 +7,10 @@ use "Syntax.sml";
use "Opts.sml";
use "Parser.sml";
use "ShowSyntax.sml";
-use "CodeGen.sml";
-use "CPS.sml";
+use "Types.sml";
use "Elab.sml";
+use "CPS.sml";
+use "CodeGen.sml";
use "Linker.sml";
use "Compiler.sml";