Added missing require
This commit is contained in:
parent
4589fdff69
commit
7991ed7d7e
|
@ -18,7 +18,8 @@
|
||||||
#:invariant City.citizens._ ∋ City.streets._.houses._.owner)
|
#:invariant City.citizens._ ∋ City.streets._.houses._.owner)
|
||||||
|
|
||||||
(module* test racket/base
|
(module* test racket/base
|
||||||
(require (for-syntax racket/pretty)
|
(require (for-syntax racket/pretty
|
||||||
|
racket/base)
|
||||||
(submod ".."))
|
(submod ".."))
|
||||||
(eval #'(begin
|
(eval #'(begin
|
||||||
(define-syntax (dbg _stx)
|
(define-syntax (dbg _stx)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user