just re-export prims

svn: r10158
This commit is contained in:
Matthias Felleisen 2008-06-05 21:16:44 +00:00
parent 3afa09f177
commit e3aa0e0e5b

View File

@ -5,5 +5,5 @@
(module image mzscheme
(require htdp/image (lib "prim.ss" "lang"))
(provide-primitives (all-from htdp/image))
(provide (all-from htdp/image))
)