From ac1fe7d7abba32ef0c83ca1a22092bab9de5f171 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 13 Sep 2018 16:29:29 -0400 Subject: SML example import --- examples/sml/sources.cm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/sml/sources.cm (limited to 'examples/sml/sources.cm') 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 *) -- cgit v1.2.3