
The "racket" directory contains a pared-back version of the repository, roughly. The "pkgs" directory everything else in the repository, but organized into packages.
5 lines
143 B
Racket
5 lines
143 B
Racket
#lang racket/base
|
|
(require rackunit/docs-complete)
|
|
(check-docs (quote string-constants/string-constant))
|
|
(check-docs (quote string-constants))
|