racket/collects/make/tests/test-docs-complete.rkt

11 lines
344 B
Racket

#lang racket/base
(require tests/utils/docs-complete)
(check-docs (quote make/setup-extension))
(check-docs (quote make/make))
(check-docs (quote make/make-unit))
(check-docs (quote make/make-sig))
(check-docs (quote make))
(check-docs (quote make/collection))
(check-docs (quote make/collection-unit))
(check-docs (quote make/collection-sig))