26 Signature and Unit
The racket/draw/draw-sig and racket/draw/draw-unit libraries define the draw^ signature and draw@ implementation.
26.1 Draw Unit
(require racket/draw/draw-unit) |
draw@ : unit? |
Re-exports all of the exports of racket/draw.
26.2 Draw Signature
(require racket/draw/draw-sig) |
draw^ : signature |
Includes all of the identifiers exported by racket/draw.