revert some (require racket/pretty) to (require scheme/pretty)
original commit: afc9210599b6abf3f4c2c62d57249ccda88f80c2
This commit is contained in:
parent
e3d2327c7c
commit
ee460be5b2
|
@ -1,3 +1,3 @@
|
|||
(module pretty racket/base
|
||||
(require racket/pretty)
|
||||
(provide (all-from-out racket/pretty)))
|
||||
(require scheme/pretty)
|
||||
(provide (all-from-out scheme/pretty)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user