svn: r8006

This commit is contained in:
Matthias Felleisen 2007-12-14 00:53:54 +00:00
parent 25d12e6fb3
commit deca7e7aa3
2 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,4 @@
#cs(module convert mzscheme
(require (lib "convert.ss" "htdp"))
(provide (all-from (lib "convert.ss" "htdp"))))
#lang mzscheme
(require htdp/convert)
(provide (all-from htdp/convert))

View File

@ -1,3 +1,3 @@
(module testing mzscheme
(provide (all-from (lib "testing.ss" "htdp")))
(require (lib "testing.ss" "htdp")))
#lang scheme
(require htdp/testing)
(provide (all-from-out htdp/testing))