racket/collects/teachpack/htdp/docs.ss
Eli Barzilay d49aeecd8a Switch the teachpack wrappers to `racket/base'.
(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.)
2012-11-06 13:29:09 -05:00

4 lines
73 B
Scheme

#lang racket/base
(require htdp/docs)
(provide (all-from-out htdp/docs))