;;; $Id: drscheme-342-teachpack.scm,v 1.4 2006/01/24 03:24:26 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-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 ;; all-from tc-type-check-and-eval-loop.scm... type-check-and-eval type-check-and-eval-loop type-check-exit type-check-reset-env! type-check-help type-check-eval-even-if-error! type-check-dont-eval-if-error! type-tracing-set! type-tracing-off! type-tracing-level) (require (lib "test-homework.scm" "lib342") (lib "tc-type-check-and-eval-loop.scm" "typedscm")) ) ;; end module