disabled name tests for htdp languages during documentation reorg
This commit is contained in:
parent
2981cbfd68
commit
92c62d7417
|
@ -8,7 +8,9 @@
|
|||
(define no-extra-if-tests? #t)
|
||||
|
||||
;; Check export names:
|
||||
#;
|
||||
(require syntax/docprovide)
|
||||
#;
|
||||
(let ([docs (lookup-documentation '(lib "htdp-advanced.rkt" "lang") 'procedures)])
|
||||
(for-each
|
||||
(lambda (row)
|
||||
|
|
|
@ -8,7 +8,9 @@
|
|||
(define no-extra-if-tests? #t)
|
||||
|
||||
;; Check export names:
|
||||
#;
|
||||
(require syntax/docprovide)
|
||||
#;
|
||||
(let ([docs (lookup-documentation '(lib "htdp-intermediate-lambda.rkt" "lang") 'procedures)])
|
||||
(for-each
|
||||
(lambda (row)
|
||||
|
|
|
@ -8,7 +8,9 @@
|
|||
(define no-extra-if-tests? #t)
|
||||
|
||||
;; Check export names:
|
||||
#;
|
||||
(require syntax/docprovide)
|
||||
#;
|
||||
(let ([docs (lookup-documentation '(lib "htdp-intermediate.rkt" "lang") 'procedures)])
|
||||
(for-each
|
||||
(lambda (row)
|
||||
|
|
Loading…
Reference in New Issue
Block a user