7 lines
205 B
Racket
7 lines
205 B
Racket
#lang racket/base
|
|
(require rackunit/docs-complete)
|
|
(check-docs (quote 2htdp/universe))
|
|
(check-docs (quote 2htdp/universe-syntax-parse))
|
|
(check-docs (quote 2htdp/image))
|
|
(check-docs (quote 2htdp/batch-io))
|