mzlib/unit200: fix for undefined
original commit: b4c99eba170cbac1ea06ebd53f7ae3cfcdc10fba
This commit is contained in:
parent
230df670ea
commit
f97e6c799e
|
@ -2,12 +2,12 @@
|
||||||
;; Unit system
|
;; Unit system
|
||||||
|
|
||||||
(module unit200 mzscheme
|
(module unit200 mzscheme
|
||||||
|
(require racket/undefined)
|
||||||
(require-for-syntax syntax/kerncase
|
(require-for-syntax syntax/kerncase
|
||||||
syntax/stx
|
syntax/stx
|
||||||
syntax/name
|
syntax/name
|
||||||
syntax/context
|
syntax/context
|
||||||
racket/syntax
|
racket/syntax
|
||||||
racket/undefined
|
|
||||||
(only racket/base filter)
|
(only racket/base filter)
|
||||||
"private/unitidmap.rkt")
|
"private/unitidmap.rkt")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user