work around an internal module-instantation bug

Tracking down the bug is taking a while, so I'm pushing a workaround
for now.
This commit is contained in:
Matthew Flatt 2012-05-16 09:42:23 -06:00
parent 3fbbf7cf94
commit bd75b17a23

View File

@ -21,7 +21,7 @@
"literals.rkt"
"syntax.rkt"
"debug.rkt"
(for-meta -1 "literals.rkt" "compile.rkt" "parse2.rkt" "parse-helper.rkt")
(for-meta -1 "literals.rkt" "compile.rkt" "parse-helper.rkt" "parse2.rkt")
#;
(for-syntax "honu-typed-scheme.rkt")
syntax/parse)