Fix broken TR code.
This commit is contained in:
parent
5d4cb8c08b
commit
ef6af9c47c
|
@ -3,8 +3,9 @@
|
||||||
(require
|
(require
|
||||||
(for-syntax racket/base racket/lazy-require syntax/parse))
|
(for-syntax racket/base racket/lazy-require syntax/parse))
|
||||||
|
|
||||||
(begin-for-syntax
|
(begin-for-syntax
|
||||||
(lazy-require ['implementantion (:type-impl :print-type-impl :query-type/args-impl :query-type/result-impl)]))
|
(lazy-require [(submod "." implementation)
|
||||||
|
(:type-impl :print-type-impl :query-type/args-impl :query-type/result-impl)]))
|
||||||
|
|
||||||
(provide
|
(provide
|
||||||
(for-syntax
|
(for-syntax
|
||||||
|
@ -44,7 +45,8 @@
|
||||||
(types utils abbrev printer)
|
(types utils abbrev printer)
|
||||||
(typecheck tc-toplevel tc-app-helper)
|
(typecheck tc-toplevel tc-app-helper)
|
||||||
(rep type-rep)
|
(rep type-rep)
|
||||||
(utils tc-utils))
|
(utils tc-utils)
|
||||||
|
(for-template racket/base))
|
||||||
(provide
|
(provide
|
||||||
:type-impl :print-type-impl :query-type/args-impl :query-type/result-impl)
|
:type-impl :print-type-impl :query-type/args-impl :query-type/result-impl)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user