racket/collects/teachpack/htdp/matrix.ss
Matthias Felleisen d532716a51 good enough for now
svn: r10937
2008-07-27 21:22:29 +00:00

4 lines
84 B
Scheme

(module matrix mzscheme
(provide (all-from htdp/matrix))
(require htdp/matrix))