commit eb0bfc7909fc74b1d440f7830a0f4ca66b20794c
parent 9f94e134e348d03141eec0bcf821b2219087e910
Author: Ryan Culpepper <ryanc@racket-lang.org>
Date: Thu, 22 Jan 2009 05:50:55 +0000
stxclass: created stxclass collection, with docs
svn: r13255
original commit: eb9fe4847f7eacc7ae69560872e337642a366ea8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/macro-debugger/model/reductions-engine.ss b/collects/macro-debugger/model/reductions-engine.ss
@@ -1,6 +1,6 @@
#lang scheme/base
(require (for-syntax scheme/base)
- (for-syntax "../stxclass/stxclass.ss")
+ (for-syntax stxclass)
scheme/list
scheme/contract
"deriv.ss"