racket/collects/teachpack/htdp/testing.ss
Matthias Felleisen dc725487cb testing + docs
svn: r5305
2007-01-10 20:14:24 +00:00

5 lines
117 B
Scheme

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