compatibility/collects/mzlib/pretty.ss
Matthew Flatt 43eb4df4c7 move pretty-print implementation from mzlib to scheme
svn: r15990

original commit: 374a70d9f1c3aa14d78836c75fe64e3bc0c2365f
2009-09-13 13:56:22 +00:00

4 lines
95 B
Scheme

(module pretty scheme/base
(require scheme/pretty)
(provide (all-from-out scheme/pretty)))