racket/collects/teachpack/htdp/testing.ss
Matthias Felleisen 4744c559b0 htdp, testing
svn: r6147
2007-05-04 22:16:26 +00:00

4 lines
113 B
Scheme

(module testing mzscheme
(provide (all-from (lib "testing.ss" "htdp")))
(require (lib "testing.ss" "htdp")))