;;; $Id: drscheme-342-test-homework-teachpack.scm,v 1.1 2006/02/14 19:40:49 leavens Exp $ ;;; Teachpack for use in Com S 342. ;;; This file should be copied to the PLT/teachpack/ directory. ;;; Loading this as a teachpack depends on having the directory ;;; ../homework directory present. (module drscheme-342-test-homework-teachpack (lib "typedscm.ss" "typedscm") (provide ;; all-from test-homework.scm test-hw0 test-hw1 test-hw2 test-hw3 test-hw4 test-hw5 test-hw6 test-hw7 test-hw8 test-hw9 test-hw10 test-hw11 test-hw12 test-hw13 test-hw14 test-hw15 test-ex) (require (lib "test-homework.scm" "lib342")) ) ;; end module