aboutsummaryrefslogtreecommitdiff
path: root/examples/sml/sources.cm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sml/sources.cm')
-rw-r--r--examples/sml/sources.cm11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/sml/sources.cm b/examples/sml/sources.cm
new file mode 100644
index 0000000..1a8ca66
--- /dev/null
+++ b/examples/sml/sources.cm
@@ -0,0 +1,11 @@
+Group is
+ $/basis.cm
+ $/regexp-lib.cm
+ handin/adder.sml (* the student submission *)
+ support/adder.sig (* the ADDER signature *)
+ support/timer.sml
+ helper.sig (* the HELPER signature *)
+ helper.sml (* the Helper module *)
+ checks.sig (* the CHECKS signature *)
+ checks.sml (* the ChecksHelper functor *)
+ main.sml (* the big cheese *)