adjust the htdp teachpack docs to use the #:use-sources keyword to demonstrate how it works
This commit is contained in:
parent
7c546d3b7c
commit
a82ae17ca8
|
@ -4,11 +4,6 @@
|
|||
(define (private-module s) #true)
|
||||
(define (legacy-module s) #true)
|
||||
|
||||
(require htdp/draw)
|
||||
(define index-for-htdp/draw (car (identifier-binding #'draw-solid-rect)))
|
||||
(define (comes-from-draw? h)
|
||||
(not (module-provide-protected? index-for-htdp/draw h)))
|
||||
|
||||
(check-docs (quote htdp/world))
|
||||
(check-docs (quote htdp/testing))
|
||||
(check-docs (quote htdp/show-queen))
|
||||
|
@ -23,12 +18,12 @@
|
|||
(check-docs (quote htdp/master-play))
|
||||
(check-docs (quote htdp/lkup-gui))
|
||||
(check-docs (quote htdp/image))
|
||||
(check-docs (quote htdp/hangman) #:skip comes-from-draw?)
|
||||
(check-docs (quote htdp/hangman))
|
||||
(check-docs (quote htdp/hangman-play))
|
||||
(check-docs (quote htdp/gui))
|
||||
(check-docs (quote htdp/guess))
|
||||
(check-docs (quote htdp/guess-gui))
|
||||
(check-docs (quote htdp/graphing) #:skip comes-from-draw?)
|
||||
(check-docs (quote htdp/graphing))
|
||||
(check-docs (quote htdp/error))
|
||||
(check-docs (quote htdp/elevator))
|
||||
(check-docs (quote htdp/draw)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
@teachpack["draw"]{Simple Drawing}
|
||||
|
||||
@;declare-exporting[teachpack/htdp/draw]
|
||||
@defmodule[#:require-form beginner-require htdp/draw]
|
||||
@defmodule[#:require-form beginner-require htdp/draw #:use-sources (htdp/big-draw htdp/draw)]
|
||||
|
||||
The teachpack provides two sets of functions: one for drawing into a canvas
|
||||
and one for reacting to canvas events.
|
||||
|
|
Loading…
Reference in New Issue
Block a user