add missing provide

This commit is contained in:
Robby Findler 2014-02-02 22:00:10 -06:00
parent 7bec967c0d
commit a75e770534

View File

@ -14,7 +14,8 @@
make-wrapper-object
check-object-contract
(for-syntax parse-class/c-specs)
(struct-out internal-class/c))
(struct-out internal-class/c)
just-check-existence just-check-existence?)
(define undefined (letrec ([x x]) x))