From b48eb1bcc0059466fbc5f31b3ee84798dc499abd Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 5 Oct 2006 03:05:02 +0000 Subject: [PATCH] fixed comment svn: r4488 --- collects/lang/htdp-langs.ss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/lang/htdp-langs.ss b/collects/lang/htdp-langs.ss index 8bd53117c6..9ab0dbcaef 100644 --- a/collects/lang/htdp-langs.ss +++ b/collects/lang/htdp-langs.ss @@ -461,8 +461,7 @@ tracing todo: (super-new))) ;; rewrite-module : syntax -> syntax - ;; rewrites te module to provide all definitions and - ;; print out all results. + ;; rewrites te module to print out results of non-definitions (define (rewrite-module stx) (syntax-case stx (module #%plain-module-begin) [(module name lang (#%plain-module-begin bodies ...))