diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-09-13 13:18:07 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-09-13 13:49:21 -0400 |
commit | 465fb70bdcb0acd7a13f8b06c821e9d7496e2603 (patch) | |
tree | ddb483f51474bf5d104806912a91a10bb10ca75d /examples/tutch/sources.cm | |
parent | Import autograder from 15-317 f17 (diff) |
Imported tutch example
Diffstat (limited to '')
-rw-r--r-- | examples/tutch/sources.cm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/tutch/sources.cm b/examples/tutch/sources.cm new file mode 100644 index 0000000..7359047 --- /dev/null +++ b/examples/tutch/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 *) |