diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-09-13 16:29:29 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-09-13 17:14:23 -0400 |
commit | ac1fe7d7abba32ef0c83ca1a22092bab9de5f171 (patch) | |
tree | b49c343d9f135205bb5ca40db678dcadefcfbd80 /examples/sml/sources.cm | |
parent | run.sh should not extract autograde.tar (diff) |
Diffstat (limited to 'examples/sml/sources.cm')
-rw-r--r-- | examples/sml/sources.cm | 11 |
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 *) |