In addition to providing "provide", I also provide several of its

sub-forms, most usefully "all-defined-out".
This commit is contained in:
Stephen Bloch 2012-06-02 00:01:25 -04:00
parent 815fd1b49c
commit c7666c5e4f

View File

@ -14,7 +14,8 @@
(all-from-out 2htdp/universe)
show-it)
(provide provide)
(provide provide all-defined-out all-from-out rename-out except-out
prefix-out struct-out)
(define (show-it img)
(check-arg 'show-it (image? img) "image" "first" img)