svn: r8006
This commit is contained in:
parent
25d12e6fb3
commit
deca7e7aa3
|
@ -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))
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user