diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-09-13 13:09:35 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-09-13 13:49:07 -0400 |
commit | 5e78c729407999bd26af4d446edf0edf7d0af94e (patch) | |
tree | 8e44695c03bd8974e4a9b0831272e845ffa940ad /skel/sources.cm |
Import autograder from 15-317 f17
Diffstat (limited to '')
-rw-r--r-- | skel/sources.cm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/skel/sources.cm b/skel/sources.cm new file mode 100644 index 0000000..7359047 --- /dev/null +++ b/skel/sources.cm @@ -0,0 +1,9 @@ +Group is + $/basis.cm + $/regexp-lib.cm + support/sources.cm + 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 *) |