Initialize base-special-env in TR typecheck tests
This commit is contained in:
parent
b61198ec3f
commit
a3a04387fa
|
@ -22,6 +22,7 @@
|
||||||
syntax/parse
|
syntax/parse
|
||||||
(base-env
|
(base-env
|
||||||
base-env-indexing
|
base-env-indexing
|
||||||
|
base-special-env
|
||||||
base-structs)
|
base-structs)
|
||||||
(typecheck typechecker)
|
(typecheck typechecker)
|
||||||
(utils mutated-vars)
|
(utils mutated-vars)
|
||||||
|
@ -37,6 +38,7 @@
|
||||||
(initialize-structs)
|
(initialize-structs)
|
||||||
(initialize-indexing)
|
(initialize-indexing)
|
||||||
(initialize-type-names)
|
(initialize-type-names)
|
||||||
|
(initialize-special)
|
||||||
|
|
||||||
;; tr-expand: syntax? -> syntax?
|
;; tr-expand: syntax? -> syntax?
|
||||||
;; Expands out a form and annotates it with necesarry TR machinery.
|
;; Expands out a form and annotates it with necesarry TR machinery.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user