racket/collects/teachpack/htdp/matrix.ss

4 lines
84 B
Scheme

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