7 lines
208 B
Racket
7 lines
208 B
Racket
#lang racket/base
|
|
(require tests/utils/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))
|