General Procedure
- Save your Scheme definitions in a file called lab03.scm for
submission. Here is a
lab03.scm template for you to use.
- Your definitions will be tested against
lab03-test.scm. It must be in the
same folder as lab03.scm.
- lab03-test.scm requires test-utilities.scm
that contains some auxiliary definitions necessary for the tests.
- lab03.scm, lab03-test.scm, and test-utilities.scm
should all be in the same folder.