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:
parent
3fbbf7cf94
commit
bd75b17a23
|
@ -21,7 +21,7 @@
|
||||||
"literals.rkt"
|
"literals.rkt"
|
||||||
"syntax.rkt"
|
"syntax.rkt"
|
||||||
"debug.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")
|
(for-syntax "honu-typed-scheme.rkt")
|
||||||
syntax/parse)
|
syntax/parse)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user