
(I think that the change to `teachpack/htdp/dir' is fine too, looks like the previous code is dealing with the old restriction of not requiring a binding that conflicts with the language bindings.)
4 lines
73 B
Scheme
4 lines
73 B
Scheme
#lang racket/base
|
|
(require htdp/docs)
|
|
(provide (all-from-out htdp/docs))
|