racket/collects/teachpack/htdp/image.ss

5 lines
92 B
Scheme

(module image mzscheme
(require htdp/image lang/prim)
(provide (all-from htdp/image))
)