4 lines
110 B
Scheme
4 lines
110 B
Scheme
#cs(module arrow mzscheme
|
|
(require (lib "arrow.ss" "htdp"))
|
|
(provide (all-from (lib "arrow.ss" "htdp"))))
|