4 lines
84 B
Scheme
4 lines
84 B
Scheme
#cs(module arrow mzscheme
|
|
(require htdp/arrow)
|
|
(provide (all-from htdp/arrow)))
|