racket/collects/lang/plt-pretty-big-text.rkt
2011-07-02 10:37:53 -04:00

32 lines
874 B
Racket

(module plt-pretty-big-text mzscheme
(require mzlib/etc
mzlib/file
mzlib/list
mzlib/class
mzlib/unit
mzlib/include
mzlib/defmacro
mzlib/pretty
mzlib/string
mzlib/thread
mzlib/math
mzlib/match
mzlib/shared
"posn.rkt")
(provide (all-from mzscheme)
(all-from mzlib/etc)
(all-from mzlib/file)
(all-from mzlib/list)
(all-from mzlib/class)
(all-from mzlib/unit)
(all-from mzlib/include)
(all-from mzlib/defmacro)
(all-from mzlib/pretty)
(all-from mzlib/string)
(all-from mzlib/thread)
(all-from mzlib/math)
(all-from mzlib/match)
(all-from mzlib/shared)
(all-from "posn.rkt")))