commit 93eb15e721991142abedd4f87f09448885eada61
parent dfc235da21def8d90dbab54a0476544b0d05b2f1
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Sat, 1 May 2010 08:31:33 -0600
add custom-print to printable<%>; redirect printable<%> to writable and pretty-print to pretty-write in 'scheme'
original commit: cb5c83c5a742db325143ac8d5125999d5673285f
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/scribblings/scribble/renderer.scrbl b/collects/scribblings/scribble/renderer.scrbl
@@ -1,7 +1,7 @@
#lang scribble/doc
@(require scribble/manual
"utils.ss"
- (for-label scheme/class))
+ (for-label racket/class))
@(define-syntax-rule (defmodule/local lib . content)
(begin